diff --git a/README.adoc b/README.adoc index 05485c55..ebd2256c 100644 --- a/README.adoc +++ b/README.adoc @@ -4,6 +4,8 @@ A modular, clean and powerful extension of the OCaml standard library. +https://c-cube.github.io/ocaml-containers/last/[(Jump to the current API documentation)]. + 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 @@ -12,8 +14,6 @@ map/fold_right/append, and additional functions on lists). Alternatively, `open Containers` will bring enhanced versions of the standard modules into scope. -https://c-cube.github.io/ocaml-containers/last/[Current documentation]. - image::https://ci.cedeela.fr/buildStatus/icon?job=containers[alt="Build Status", link="http://ci.cedeela.fr/job/containers/"] toc::[]