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. ciao_lwt
  19. cmdtui
  20. cmdtui-lambda-term
  21. cohttp-mirage
  22. conduit
  23. conex < "0.10.0"
  24. cookie
  25. craml
  26. current_ansi
  27. datakit-server
  28. decompress = "1.5.2"
  29. digestif >= "0.9.0"
  30. dns >= "4.4.1" & < "6.3.0"
  31. dns-forward
  32. dockerfile-cmd >= "8.3.4"
  33. dockerfile-opam < "8.3.4"
  34. doi2bib < "0.9.2"
  35. domain-name < "0.4.1"
  36. dune-release >= "1.5.0"
  37. ezgzip
  38. facteur
  39. fat-filesystem
  40. fpath
  41. functoria
  42. git
  43. graft
  44. graphql-cohttp >= "0.9.0"
  45. irmin
  46. irmin-cli
  47. irmin-fs
  48. irmin-git
  49. irmin-http
  50. irmin-pack
  51. irmin-test
  52. irmin-unix
  53. irmin-watcher
  54. jekyll-format
  55. jose
  56. lwt_lint
  57. lwt_ppx_to_let_syntax
  58. mdx
  59. mirage >= "4.0.0"
  60. mirage-block-ccm
  61. nlp
  62. obuilder
  63. obuilder-spec
  64. ocal
  65. ocaml-lsp-server >= "1.17.0"
  66. ocamlformat-lib
  67. ocamlformat-mlx-lib
  68. ocamlmig
  69. ocb-stubblr
  70. ocp-ocamlres
  71. odoc
  72. odoc-parser
  73. opam-0install
  74. opium >= "0.19.0"
  75. otr
  76. owork
  77. paf-cohttp
  78. pecu >= "0.6"
  79. progress
  80. prometheus
  81. prometheus-app >= "1.0"
  82. protocol-9p
  83. protocol-9p-unix
  84. qcow
  85. qcow-tool
  86. qcow-types
  87. queenshead
  88. rfc6287
  89. sattools
  90. slipshow >= "0.3.0"
  91. sslconf
  92. stone >= "0.6"
  93. syslog-message < "1.2.0"
  94. syslog-rfc5424 < "0.2"
  95. systemverilog < "0.0.2"
  96. terminal
  97. toc
  98. webbrowser < "0.6.2"
  99. websocket
  100. x509 < "0.7.0"
  101. xapi-inventory
  102. xapi-stdext-date

Conflicts

None