[ANN] dokeysto: a simple key-value store in ocaml

Hello,

Dokeysto provides a persistent hash table of string keys to string values.
Optionally, if you use the right module (like Dokeysto.Db.RWZ), values will be compressed
using LZ4 before being written to disk.

The interface is here:

An example/test is here:

Regards,
F.

To install it:

opam update && opam install dokeysto