containersversion

A modular extension of the OCaml standard library with a focus 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 optional libraries for dealing with strings, helpers for unix, threads, lwt and a misc library full of experimental ideas (not stable, not necessarily usable).

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.12.tar.gz
md5=e9052d60aa3456ba5bf2a33e4fa0a435
Edithttps://github.com/ocaml/opam-repository/tree/master/packages/containers/containers.0.12/opam
Required by
Optionally used by