containersversion

A modular extension of the OCaml standard library with a focus on data structures.

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.

Tags stdlib containers iterators list heap queue
AuthorSimon Cruanes
Published
Homepagehttps://github.com/c-cube/ocaml-containers/
Issue Trackerhttps://github.com/c-cube/ocaml-containers/issues/
Maintainersimon.cruanes@inria.fr
Dependencies
Optional dependencies
Conflicts
Source [http] https://github.com/c-cube/ocaml-containers/archive/0.19.tar.gz
sha256=e53472e009ea2699f39940844fc0ef9abb332234834c6963f8325aa7df0694f5
md5=62467361782527a2342c344acdf2eff0
Edithttps://github.com/ocaml/opam-repository/tree/master/packages/containers/containers.0.19/opam
Required by
Optionally used by