leveldbversion
OCaml bindings for Google's LevelDB library.
These bindings expose nearly the full LevelDB C++ API, including:
- iterators
- snapshots
- batch updates
- support for custom comparators
Blocking functions release the OCaml runtime system, allowing to:
- run them in parallel with other OCaml code
- perform multiple LevelDB operations in parallel
Author | mfp@acm.org |
---|---|
License | LGPL+static |
Published | |
Homepage | https://github.com/mfp/ocaml-leveldb |
Issue Tracker | https://github.com/mfp/ocaml-leveldb/issues |
Maintainer | mfp@acm.org |
Dependencies |
|
Source [http] | https://github.com/mfp/ocaml-leveldb/releases/download/1.2.0/ocaml-leveldb-1.2.0.tar.gz sha256=3a7216b24c2096e740508931528478f7145bff0f5304da525cdc689a5bed6a53 md5=8cef3b4eff21b5b33c0e1ac6a8d3f772 |
Edit | https://github.com/ocaml/opam-repository/tree/master/packages/leveldb/leveldb.1.2.0/opam |
Required by