package dokeysto_camltc

  1. Overview
  2. Docs
The dumb OCaml key-value store w/ tokyocabinet backend

Install

dune-project
 Dependency

Authors

Maintainers

Sources

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

Description

dokeysto with tokyocabinet backend (camltc package in opam)

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.

Dependencies (4)

  1. camltc >= "0.9.8"
  2. dokeysto >= "4.0.2"
  3. dune >= "1.11"
  4. ocaml

Dev Dependencies

None

Used by (4)

  1. lbvs_consent >= "2.0.0" & < "2.1.3"
  2. linwrap >= "2.0.0" & < "9.1.5"
  3. molenc >= "11.4.0" & < "16.15.0"
  4. svmwrap = "5.0.0"

Conflicts

None