package dokeysto

  1. Overview
  2. Docs
The dumb OCaml key-value store

Install

dune-project
 Dependency

Authors

Maintainers

Sources

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

Description

Persistent hash table (i.e. in a file on disk).

Published: 04 Oct 2025

README

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.

Dev Dependencies

None

Used by (6)

  1. dokeysto_camltc
  2. dokeysto_lz4
  3. lbvs_consent >= "2.1.3"
  4. linwrap >= "9.1.5"
  5. molenc >= "7.0.1" & < "11.4.0" | >= "16.15.0"
  6. svmwrap >= "5.1.1"

Conflicts

None