package astring

  1. Overview
  2. Docs
Alternative String module for OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

astring-0.8.2.tbz
md5=533f5b9a7c99b591043f69782123bd78

Description

Release %%VERSION%%

Astring exposes an alternative String module for OCaml. This module tries to balance minimality and expressiveness for basic, index-free, string processing and provides types and functions for substrings, string sets and string maps.

Remaining compatible with the OCaml String module is a non-goal. The String module exposed by Astring has exception safe functions, removes deprecated and rarely used functions, alters some signatures and names, adds a few missing functions and fully exploits OCaml's newfound string immutability.

Astring depends only on the OCaml standard library. It is distributed under the ISC license.

Tags

string org:erratique

Published: 27 Aug 2016

README

Astring — Alternative String module for OCaml

Release v0.8.2

Astring exposes an alternative String module for OCaml. This module tries to balance minimality and expressiveness for basic, index-free, string processing and provides types and functions for substrings, string sets and string maps.

Remaining compatible with the OCaml String module is a non-goal. The String module exposed by Astring has exception safe functions, removes deprecated and rarely used functions, alters some signatures and names, adds a few missing functions and fully exploits OCaml's newfound string immutability.

Astring depends only on the OCaml standard library. It is distributed under the ISC license.

Home page: http://erratique.ch/software/astring
Contact: Daniel Bünzli <daniel.buenzl i@erratique.ch>

Installation

Astring can be installed with opam:

opam install astring

If you don't use opam consult the opam file for build instructions.

Documentation

The documentation and API reference is automatically generated by ocamldoc from the interfaces. It can be consulted online and there is a generated version in the doc directory of the distribution.

Sample programs

If you installed Astring with opam sample programs are located in the directory opam config var astring:doc.

Dependencies (5)

  1. base-bytes
  2. topkg build
  3. ocamlbuild build
  4. ocamlfind build
  5. ocaml >= "4.01.0" & < "4.12.0"

Dev Dependencies

None

  1. ahrocksdb
  2. albatross < "1.4.0"
  3. alcotest >= "0.4.8"
  4. ansi
  5. bigarray-overlap
  6. bos
  7. bun
  8. ca-certs >= "0.1.3"
  9. ca-certs-nss < "3.89.1"
  10. capnp-rpc
  11. capnp-rpc-lwt
  12. capnp-rpc-mirage
  13. capnp-rpc-net
  14. capnp-rpc-unix
  15. checkseum >= "0.2.0"
  16. cohttp-mirage
  17. conduit >= "1.0.0" & != "3.0.0"
  18. conex < "0.10.0"
  19. cookie
  20. craml
  21. current_ansi
  22. datakit
  23. datakit-ci
  24. datakit-client
  25. datakit-client-9p
  26. datakit-server
  27. decompress = "1.5.2"
  28. digestif >= "0.8.1"
  29. dns >= "4.0.0" & < "6.0.2"
  30. dns-forward
  31. dockerfile-opam >= "4.0.0"
  32. doi2bib
  33. domain-name < "0.3.1"
  34. dune-release >= "1.5.0"
  35. ezgzip
  36. facteur
  37. fat-filesystem >= "0.12.0"
  38. fpath
  39. functoria >= "2.0.0"
  40. git >= "1.8.0"
  41. hardcaml = "1.2.0"
  42. hardcaml-affirm
  43. hardcaml-bloop
  44. hardcaml-examples >= "0.3.0"
  45. hardcaml-framework
  46. hardcaml-waveterm >= "0.2.0"
  47. icalendar < "0.1.5"
  48. irmin >= "0.12.0"
  49. irmin-cli
  50. irmin-fs >= "2.3.0"
  51. irmin-git >= "2.3.0"
  52. irmin-http >= "2.3.0"
  53. irmin-pack >= "2.4.0" & != "2.6.1"
  54. irmin-test >= "2.3.0"
  55. irmin-unix >= "2.3.0"
  56. irmin-watcher
  57. jekyll-format
  58. jose
  59. letsencrypt < "0.4.0"
  60. mdx
  61. metrics-influx < "0.4.0"
  62. mirage >= "2.7.3"
  63. mirage-block-ccm >= "1.1.0"
  64. mirage-bootvar-solo5 < "0.2.0"
  65. mirage-bootvar-xen >= "0.3.2" & < "0.8.0"
  66. mirage-http >= "3.1.0"
  67. mirage-runtime < "3.4.0"
  68. nlp
  69. obuilder
  70. obuilder-spec
  71. ocal
  72. ocaml-lsp-server >= "1.17.0"
  73. ocamlformat-lib
  74. ocb-stubblr
  75. ocp-ocamlres >= "0.4"
  76. octez-shell-libs
  77. odoc >= "1.3.0"
  78. odoc-parser
  79. opam-0install
  80. opium >= "0.19.0"
  81. otr >= "0.3.0"
  82. owork
  83. paf-cohttp >= "0.0.7"
  84. parse-argv < "0.3.0"
  85. pecu >= "0.6"
  86. progress
  87. prometheus
  88. prometheus-app >= "1.0"
  89. protocol-9p = "0.5.2" | >= "0.7.2"
  90. protocol-9p-unix
  91. qcow
  92. qcow-format >= "0.4"
  93. qcow-tool
  94. queenshead
  95. rfc6287 >= "1.0.1"
  96. sattools
  97. sslconf
  98. syslog-message < "1.2.0"
  99. terminal
  100. tezos-p2p >= "10.2"
  101. toc
  102. uspf < "0.0.3"
  103. vpnkit
  104. webbrowser
  105. websocket >= "2.3" & < "2.12"
  106. x509 >= "0.6.0" & < "0.7.0"
  107. xapi-inventory >= "1.2.1"
  108. xapi-stdext-date

Conflicts

None