package astring

  1. Overview
  2. Docs
Alternative String module for OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

astring-0.8.4.tbz
md5=548fcbf501ca4cb816d219ca4f25f660

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: 18 Jun 2020

README

Astring — Alternative String module for OCaml

v0.8.4

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

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 or via odig doc astring.

Sample programs

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

Dependencies (4)

  1. topkg build
  2. ocamlbuild build
  3. ocamlfind build
  4. ocaml >= "4.05.0" & < "4.12.0"

Dev Dependencies

None

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

Conflicts

None