From 6d5d2a56e2a5fb7f9aad87a3297ca4abac6cdb88 Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Tue, 13 Jun 2017 17:58:38 +0200 Subject: [PATCH] readme again --- README.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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::[]