package containers

  1. Overview
  2. Docs
A modular, clean and powerful extension of the OCaml standard library.

Install

Dune Dependency

Authors

Maintainers

Sources

1.5.2.tar.gz
sha256=a06b65803cab98278d119e4058ae3e4b5dfb8ba8551fa3b35ff012ce04fb9518
md5=e0ed5c0f86f7a178a8e2e28c1740f0a3

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

OCaml

Innovation. Community. Security.