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.12.tar.gz
sha256=b2b3c49366adb505e36d26ef80983f9040c92ac49c3c413711b90900486ccc6c
md5=e9052d60aa3456ba5bf2a33e4fa0a435

Description

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

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 (3)

  1. sequence >= "0.6"
  2. lwt >= "4.0.0"
  3. lwt < "2.4.7"
OCaml

Innovation. Community. Security.