list codec libraries in readme

This commit is contained in:
Simon Cruanes 2022-09-21 13:17:27 -04:00
parent 399cd6d570
commit a0c8859519
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4

View file

@ -35,6 +35,10 @@ Containers is:
- A separate library for threaded programming in `containers-thread`,
including a blocking queue, semaphores, an extension of `Mutex`, and
thread-pool based futures. This is in its own package since 3.0.
- A bencode codec in `containers.bencode`. This is a tiny json-like
serialization format that is extremely simple. It comes from bittorrent files.
- A [CBOR](https://cbor.io) codec in `containers.cbor`. This is a
compact binary serialization format.
Some of the modules have been moved to their own repository (e.g. `sequence` (now `iter`),
`gen`, `qcheck`) and are on opam for great fun and profit.