From 77da23337da7a023c95a86cfebd3128197e89fec Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Sun, 11 Feb 2018 10:13:04 -0600 Subject: [PATCH] add pointer to readme --- index.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/index.md b/index.md index 16e28fce..70a26fca 100644 --- a/index.md +++ b/index.md @@ -2,8 +2,20 @@ [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) - [2.0](2.0) - [1.4](1.4)