ocaml-containers/index.md
Simon Cruanes 641f9e2e52
update
2024-11-18 15:33:21 -05:00

56 lines
1.2 KiB
Markdown

# OCaml-containers
[Current documentation](last)
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.
The [README](https://github.com/c-cube/ocaml-containers/blob/master/README.md)
contains a tutorial and more explanations about what Containers is about.
## by version
- [dev](dev)
- [last](last)
- [3.15](3.15)
- [3.14](3.14)
- [3.13](3.13)
- [3.12](3.12)
- [3.11](3.11)
- [3.10](3.10)
- [3.9](3.9)
- [3.8](3.8)
- [3.7](3.7)
- [3.6](3.6)
- [3.5](3.5)
- [3.4](3.4)
- [3.3](3.3)
- [3.2](3.2)
- [3.1](3.1)
- [3.0](3.0)
- [2.8.1](2.8.1)
- [2.8](2.8)
- [2.7](2.7)
- [2.6](2.6)
- [2.5](2.5)
- [2.4](2.4)
- [2.3](2.3)
- [2.2](2.2)
- [2.1](2.1)
- [2.0](2.0)
- [1.4](1.4)
- [1.3](1.3)
- [1.2](1.2)
- [1.1](1.1)
- [1.0](1.0)
- [0.21](0.21)
- [0.20](0.20)
- [0.19](0.19)
- [0.17](0.17)