mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 11:15:31 -05:00
update readme
This commit is contained in:
parent
57f65bd140
commit
1fab81a832
1 changed files with 4 additions and 0 deletions
|
|
@ -26,6 +26,10 @@ What is _containers_?
|
||||||
be able to deal with your favorite unicode library).
|
be able to deal with your favorite unicode library).
|
||||||
- A sub-library with complicated abstractions, `containers.advanced` (with
|
- A sub-library with complicated abstractions, `containers.advanced` (with
|
||||||
a LINQ-like query module, batch operations using GADTs, and others).
|
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`.
|
- A library using [Lwt](https://github.com/ocsigen/lwt/), `containers.lwt`.
|
||||||
Currently only contains experimental, unstable stuff.
|
Currently only contains experimental, unstable stuff.
|
||||||
- Random stuff, with *NO* *GUARANTEE* of even being barely usable or tested,
|
- Random stuff, with *NO* *GUARANTEE* of even being barely usable or tested,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue