package astring
Install
Dune Dependency
Authors
Maintainers
Sources
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.
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)
- base-bytes
-
topkg
build
-
ocamlbuild
build
-
ocamlfind
build
-
ocaml
>= "4.01.0" & < "4.12.0"
Dev Dependencies
None
- ahrocksdb
-
albatross
< "1.4.0"
-
alcotest
>= "0.4.8"
- ansi
- apero-core
- bech32
- bigarray-overlap
- bos
- bun
-
ca-certs
>= "0.1.3" & < "1.0.0"
-
ca-certs-nss
< "3.89.1"
- capnp-rpc
- capnp-rpc-lwt
- capnp-rpc-mirage
- capnp-rpc-net
- capnp-rpc-unix
-
checkseum
>= "0.2.0"
- cmdtui
- cmdtui-lambda-term
- cohttp-mirage
-
conduit
>= "1.0.0" & != "3.0.0"
-
conex
< "0.10.0"
- cookie
- craml
- current_ansi
- datakit
- datakit-ci
- datakit-client
- datakit-client-9p
- datakit-server
-
decompress
= "1.5.2"
-
digestif
>= "0.8.1"
-
dns
>= "4.0.0" & < "6.0.2"
- dns-forward
-
dockerfile-opam
>= "4.0.0"
- doi2bib
-
domain-name
< "0.3.1"
-
dune-release
>= "1.5.0"
- ezgzip
- facteur
-
fat-filesystem
>= "0.12.0"
- fpath
-
functoria
>= "2.0.0"
-
git
>= "1.8.0"
-
graphql-cohttp
>= "0.9.0"
-
hardcaml
= "1.2.0"
- hardcaml-affirm
- hardcaml-bloop
-
hardcaml-examples
>= "0.3.0"
- hardcaml-framework
-
hardcaml-waveterm
>= "0.2.0"
-
icalendar
< "0.1.5"
-
irmin
>= "0.12.0"
- irmin-cli
-
irmin-fs
>= "2.3.0"
-
irmin-git
>= "2.3.0"
-
irmin-http
>= "2.3.0"
-
irmin-pack
>= "2.4.0" & != "2.6.1"
-
irmin-test
>= "2.3.0"
-
irmin-unix
>= "2.3.0"
- irmin-watcher
- jekyll-format
- jose
-
letsencrypt
< "0.4.0"
- mdx
-
metrics-influx
< "0.4.0"
-
mirage
>= "2.7.3"
-
mirage-block-ccm
>= "1.1.0"
-
mirage-bootvar-solo5
< "0.2.0"
-
mirage-bootvar-xen
>= "0.3.2" & < "0.8.0"
-
mirage-http
>= "3.1.0"
-
mirage-runtime
< "3.4.0"
- nlp
- obuilder
- obuilder-spec
- ocal
-
ocaml-lsp-server
>= "1.17.0"
- ocamlformat-lib
- ocb-stubblr
-
ocp-ocamlres
>= "0.4"
- octez-internal-libs
- octez-shell-libs
-
odoc
>= "1.3.0"
- odoc-parser
- opam-0install
-
opium
>= "0.19.0"
-
otr
>= "0.3.0"
- owork
-
paf-cohttp
>= "0.0.7"
-
parse-argv
< "0.3.0"
-
pecu
>= "0.6"
-
podge
>= "0.8.0"
- progress
- prometheus
-
prometheus-app
>= "1.0"
-
protocol-9p
= "0.5.2" | >= "0.7.2"
- protocol-9p-unix
- qcow
-
qcow-format
>= "0.4"
- qcow-tool
- queenshead
-
rfc6287
>= "1.0.1"
- sattools
- sslconf
-
syslog-message
< "1.2.0"
- syslog-rfc5424
-
systemverilog
< "0.0.2"
- terminal
-
tezos-p2p
>= "10.2"
- toc
-
uspf
< "0.0.3"
- vpnkit
- webbrowser
-
websocket
>= "2.3"
-
x509
>= "0.6.0" & < "0.7.0"
-
xapi-inventory
>= "1.2.1"
- xapi-stdext-date
Conflicts
None