containersversion

A modular, clean and powerful extension of the OCaml standard library.

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). Alternatively, open Containers will bring enhanced versions of the standard modules into scope.

It also features sub-libraries for dealing with threads, S-expressions, and the intricacies of unix.

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/1.5.1.tar.gz
sha256=a59871de548ba791f1ef34914c78d6711fbec300b443d546468d32e6a88b9813
md5=33b76302a84c6def8e050a11d1096fbf
Edithttps://github.com/ocaml/opam-repository/tree/master/packages/containers/containers.1.5.1/opam
Required by
Optionally used by