• en

containers 0.3.3

Homepage https://github.com/c-cube/ocaml-containers/
Maintainer simon.cruanes@inria.fr
Tags stdlib, containers, iterators, list, heap and queue
Dependencies
ocamlfind
OCaml >= 4.01.0
Published Aug 6, 2014
Source [http] https://github.com/c-cube/ocaml-containers/archive/0.3.3.tar.gz
8264a8bdf7205dad08dd3cff07af76d9
Edit https://github.com/ocaml/opam-repository/tree/master/packages/containers/containers.0.3.3/opam

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).

No package is dependent