package camltc

  1. Overview
  2. Docs

Description

Published: 28 Aug 2018

README

README.md

This library provides ocaml bindings for Tokyo Cabinet. Notes:

  • it uses a patched 1.4.48 tokyo cabinet from https://github.com/Incubaid/tokyocabinet (the git hash is d303368a54117e07d60836ab3b9822d4def93c22 )

  • only the btree functions were wrapped, because that's what Arakoon needed.

  • License: ALv2 (see LICENSE for details)

Dependencies (5)

  1. conf-bash build
  2. logs >= "0.5.0"
  3. lwt >= "3.2.0"
  4. dune >= "1.1.0"
  5. ocaml > "4.02.3" & < "5.0"

Dev Dependencies (1)

  1. ounit with-test

Conflicts

None