package astring

  1. Overview
  2. Docs
Alternative String module for OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

astring-0.8.3.tbz
md5=c5bf6352b9ac27fbeab342740f4fa870

Description

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: 13 Sep 2016

README

Astring — Alternative String module for OCaml

v0.8.3

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

Conflicts

None