containers
A modular extension of the OCaml standard library with a focus on data structures.
Description
Containers is an extension of OCaml's standard library (under BSD license) focused on data structures, combinators and iterators, without dependencies on unix, str or num. Every module is independent and is prefixed with 'CC' in the global namespace. Some modules extend the stdlib (e.g. CCList provides safe map/fold_right/append, and additional functions on lists).
It also features sub-libraries for dealing with strings, helpers for unix, threads, and S-expressions.
Install
copied = false, 2000)"
:class="{ 'border-gray-700': !copied, 'text-gray-100': !copied, 'focus:ring-orange-500': !copied, 'focus:border-orange-500': !copied, 'border-green-600': copied, 'text-green-600': copied, 'focus:ring-green-500': copied, 'focus:border-green-500': copied }">
- Published
- 18 Dec 2016
- Authors
- Maintainers
Sources
Dependencies
qtest
with-test
ocamlbuild
build
cppo
build
oasis
build
ocamlfind
build
ocaml
>= "4.00.0" & < "4.08.0"
Reverse Dependencies
batsat
>= "0.7"
daypack-lib
< "0.0.6"
decoders
>= "0.3.0"
decoders-ezjsonm
>= "0.3.0"
decoders-yojson
>= "0.5.0"
gdbprofiler
< "0.4"
hll
>= "2.7"
mastodon-archive-viewer
< "0.4.0"
msat
>= "0.8.1" & < "0.8.3"
nsq
< "0.2.5"
nunchaku
< "0.4"
opam-query
< "1.3"
opass
>= "2.15"
pds
>= "5.38"
prob-cache
>= "1.1.0"
redis-lwt
>= "0.4"
redis-sync
>= "0.4"
smbc
< "0.3.1"
soupault
< "2.7.0"
tsort
< "2.0.0"
websocket
>= "2.0.0" & < "2.7"
yices2_bindings
< "0.2"
zipperposition
< "1.1"
Conflicts