package astring

  1. Overview
  2. Docs
Alternative String module for OCaml

Install

dune-project
 Dependency

Authors

Maintainers

Sources

astring-0.8.3.tbz
sha256=206646340d86ffcca900d0a3fbded2140c0efc4b74a84f84dc92667a07e3b247
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.3"
  3. alcotest
  4. ansi
  5. apero-core
  6. areas-and-adversaries
  7. bech32
  8. bigarray-overlap
  9. bos
  10. bun
  11. ca-certs < "1.0.1"
  12. ca-certs-nss < "3.89.1"
  13. capnp-rpc
  14. capnp-rpc-lwt < "2.0"
  15. capnp-rpc-net
  16. capnp-rpc-unix
  17. checkseum >= "0.2.0"
  18. cmdtui
  19. cmdtui-lambda-term
  20. cohttp-mirage
  21. conduit
  22. conex < "0.10.0"
  23. cookie
  24. craml
  25. current_ansi
  26. datakit-server
  27. decompress = "1.5.2"
  28. digestif >= "0.9.0"
  29. dns >= "4.4.1" & < "6.3.0"
  30. dns-forward
  31. dockerfile-cmd >= "8.3.4"
  32. dockerfile-opam < "8.3.4"
  33. doi2bib
  34. domain-name < "0.4.1"
  35. dune-release >= "1.5.0"
  36. ezgzip
  37. facteur
  38. fat-filesystem
  39. fpath
  40. functoria
  41. git
  42. graft
  43. graphql-cohttp >= "0.9.0"
  44. irmin
  45. irmin-cli
  46. irmin-fs
  47. irmin-git
  48. irmin-http
  49. irmin-pack
  50. irmin-test
  51. irmin-unix
  52. irmin-watcher
  53. jekyll-format
  54. jose
  55. mdx
  56. mirage >= "4.0.0"
  57. mirage-block-ccm
  58. nlp
  59. obuilder
  60. obuilder-spec
  61. ocal
  62. ocaml-lsp-server >= "1.17.0"
  63. ocamlformat-lib
  64. ocamlformat-mlx-lib
  65. ocamlmig
  66. ocb-stubblr
  67. ocp-ocamlres
  68. octez-internal-libs
  69. octez-shell-libs
  70. odoc
  71. odoc-parser
  72. opam-0install
  73. opium >= "0.19.0"
  74. otr
  75. owork
  76. paf-cohttp
  77. pecu >= "0.6"
  78. progress
  79. prometheus
  80. prometheus-app >= "1.0"
  81. protocol-9p
  82. protocol-9p-unix
  83. qcow
  84. qcow-tool
  85. qcow-types
  86. queenshead
  87. rfc6287
  88. sattools
  89. slipshow >= "0.3.0"
  90. sslconf
  91. stone >= "0.6"
  92. syslog-message < "1.2.0"
  93. syslog-rfc5424 < "0.2"
  94. systemverilog < "0.0.2"
  95. terminal
  96. tezos-p2p
  97. toc
  98. vpnkit
  99. webbrowser < "0.6.2"
  100. websocket
  101. x509 < "0.7.0"
  102. xapi-inventory
  103. xapi-stdext-date

Conflicts

None