mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-07 03:35:30 -05:00
add pointer to readme
This commit is contained in:
parent
1f32d7f993
commit
77da23337d
1 changed files with 13 additions and 1 deletions
14
index.md
14
index.md
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue