package dokeysto

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

Install

Dune Dependency

Authors

Maintainers

Sources

v4.0.1.tar.gz
md5=9fe891ee55d33b551be763c7cba53397

Description

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

Published: 12 Feb 2023

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