astringversion

Alternative String module for OCaml

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
AuthorThe astring programmers
LicenseISC
Published
Homepagehttps://erratique.ch/software/astring
Issue Trackerhttps://github.com/dbuenzli/astring/issues
MaintainerDaniel Bünzli <daniel.buenzl i@erratique.ch>
Dependencies
Source [http] https://erratique.ch/software/astring/releases/astring-0.8.5.tbz
md5=e148907c24157d1df43bec89b58b3ec8
Edithttps://github.com/ocaml/opam-repository/tree/master/packages/astring/astring.0.8.5/opam
Required by
Optionally used by
  • tlswith-test & >=0.9.0 & <0.10.3