From 1fab81a83221a1cd8f40d52ef881e5037a36b560 Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Thu, 7 May 2015 14:21:19 +0200 Subject: [PATCH] update readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 040b163c..22e9560b 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,10 @@ What is _containers_? be able to deal with your favorite unicode library). - A sub-library with complicated abstractions, `containers.advanced` (with a LINQ-like query module, batch operations using GADTs, and others). +- Utilities aroud the `unix` library in `containers.unix` (mainly to spawn + sub-processes) +- A bigstring module using `bigarray` in `containers.bigarray` +- A lightweight S-expression printer and streaming parser in `containers.sexp` - A library using [Lwt](https://github.com/ocsigen/lwt/), `containers.lwt`. Currently only contains experimental, unstable stuff. - Random stuff, with *NO* *GUARANTEE* of even being barely usable or tested,