The dumb OCaml key-value store
  • OCaml 97.6%
  • Makefile 2%
  • Shell 0.3%
Find a file
Francois Berenger 50117deffb Internal.raw_read: bug in case read length too long
required introducing really_read to replace Unix.read
2025-09-22 13:42:33 +01:00
src Internal.raw_read: bug in case read length too long 2025-09-22 13:42:33 +01:00
dokeysto.opam dokeysto.opam: synced w/ opam-repos. 2023-02-10 18:09:58 +09:00
dokeysto_camltc.opam updated opam files to reflect the opam. repos. 2019-06-28 10:46:02 +09:00
dokeysto_lz4.opam updated opam files to reflect the opam. repos. 2019-06-28 10:46:02 +09:00
dune-project added dune-project 2019-09-27 14:54:54 +09:00
LICENSE add linking exception to the LGPL 2018-06-18 14:00:37 +09:00
Makefile Makefile: use dune -p in test targets 2019-11-11 10:29:54 +09:00
README.md Update README.md 2023-01-13 10:45:51 +09:00
test_camltc.sh added test_camltc.sh 2018-07-18 15:35:19 +09:00

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.