add pointer to readme

This commit is contained in:
Simon Cruanes 2018-02-11 10:13:04 -06:00
parent 1f32d7f993
commit 77da23337d

View file

@ -2,8 +2,20 @@
[Current documentation](last) [Current documentation](last)
Other versions: 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.adoc)
contains a tutorial and more explanations about what Containers is about.
## by version
- [current](last)
- [dev](dev) - [dev](dev)
- [2.0](2.0) - [2.0](2.0)
- [1.4](1.4) - [1.4](1.4)