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.16.1.tar.gz
sha256=359fba967f58aaa94645ea5ee73d02a77d4fbc72da240e9b97226192fbd8b96f
md5=e8a4b4c5fef3594f69ac0ae1ce6fdc4c

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.

OCaml

Innovation. Community. Security.