package dokeysto_lz4

  1. Overview
  2. Docs
The dumb OCaml key-value store w/ LZ4 compression

Install

dune-project
 Dependency

Authors

Maintainers

Sources

v4.0.2.tar.gz
sha256=9742813145638dc1c70a53386a2998af7c1d8763335d26a3fd95239946a5aa28
md5=83b123fde068a8eb3d4a61920d2ed34a

doc/README.html

dokeysto

The dumb OCaml key-value store

Cf. src/test.ml for some examples and src/db.mli for the interface and documentation. The most generic version of the store ('a key to 'a value) is in src/db_gen.mli.