update README

This commit is contained in:
Simon Cruanes 2016-05-16 21:44:15 +02:00
parent e08fc88e13
commit 55cf10caf2

View file

@ -2,10 +2,11 @@
:toc: macro :toc: macro
:source-highlighter: pygments :source-highlighter: pygments
image::media/logo.png[logo]
What is _containers_? (take a look at the link:TUTORIAL.adoc[tutorial]! What is _containers_? (take a look at the link:TUTORIAL.adoc[tutorial]!
or the http://cedeela.fr/~simon/software/containers[documentation]) or the http://cedeela.fr/~simon/software/containers[documentation])
In `containers` and `containers.data`, all modules abide by
_pay for what you use_: only modules that are used are linked (there are no
cross-module dependencies).
- A usable, reasonably well-designed library that extends OCaml's standard - A usable, reasonably well-designed library that extends OCaml's standard
library (in 'src/core/', packaged under `containers` in ocamlfind. Modules library (in 'src/core/', packaged under `containers` in ocamlfind. Modules
@ -42,6 +43,8 @@ image:https://ci.cedeela.fr/buildStatus/icon?job=containers[alt="Build Status",
toc::[] toc::[]
image::media/logo.png[logo]
== Change Log == Change Log
See link:CHANGELOG.adoc[this file]. See link:CHANGELOG.adoc[this file].