Copyright (c) 2011-2021 Mauricio Fernandez mfp@acm.org
These bindings expose nearly the full LevelDB C++ API, including:
Blocking functions release the OCaml runtime system, allowing to:
Just
$ dune build @install
should do. It will build both LevelDB and the OCaml bindings.
You can then install with
$ dune install
Refer to src/levelDB.mli.
This software is dual-licensed as LGPL+static linking exception and MIT. Refer to LICENSE.MIT and LICENSE.LGPL+static.