package astring

  1. Overview
  2. Docs
Alternative String module for OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

astring-0.8.5.tbz
sha256=865692630c07c3ab87c66cdfc2734c0fdfc9c34a57f8e89ffec7c7d15e7a70fa
md5=e148907c24157d1df43bec89b58b3ec8

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: 09 Aug 2020

README

Astring — Alternative String module for OCaml

v0.8.5

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"

Dev Dependencies

None

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

Conflicts

None

OCaml

Innovation. Community. Security.