containersversion

A modular standard library focused on data structures.

Containers is a standard library (BSD license) focused on data structures, combinators and iterators, without dependencies on unix. 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 an optional library for dealing with strings, and a misc library full of experimental ideas (not stable, not necessarily usable).

Tags stdlib containers iterators list heap queue
Published
Homepagehttps://github.com/c-cube/ocaml-containers/
Maintainersimon.cruanes@inria.fr
Dependencies
Source [http] https://github.com/c-cube/ocaml-containers/archive/0.4.tar.gz
sha256=7e7fa5ae4fb98dc095c536074f33e93f81093d519e6a440d3d5db95b6f070c52
md5=3e46f83078b2f66d4a5a3976b6d40799
Edithttps://github.com/ocaml/opam-repository/tree/master/packages/containers/containers.0.4/opam
Required by
Optionally used by