package containers

  1. Overview
  2. Docs
A modular extension of the OCaml standard library with a focus on data structures.

Install

Dune Dependency

Authors

Maintainers

Sources

0.15.tar.gz
sha256=02178d691dca6e0a8a826d013df26e4b983fe2c2f68270d2d48327cc101dc6df
md5=6ffc33bd651d6ed7afc71a459dec08fe

Description

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.

Dependencies (5)

  1. ocamlbuild build
  2. cppo build
  3. base-bytes
  4. ocamlfind build
  5. ocaml >= "4.00.0" & < "4.08.0"

Dev Dependencies

None

Conflicts (1)

  1. sequence >= "0.6"
OCaml

Innovation. Community. Security.