@hackage leveldb-haskell0.0.3
Haskell bindings to LevelDB
Installation
Dependencies (3)
- base >=3 && <5
- bytestring
- filepath Show all…
Dependents (14)
@hackage/ethereum-merkle-patricia-db, @hackage/socketson, @hackage/haskoin-node, @hackage/higher-leveldb, @hackage/acme-everything, @hackage/ethereum-client-haskell, Show all…
This library provides Haskell bindings to LevelDB
Installation
Prerequisites:
To install the latest version from hackage:
$ cabal install leveldb-haskell
To install from checked-out source:
$ autoconf
$ cabal install
Notes
This library is in very early stage and has seen very limited testing. Comments and contributions are welcome.
Bugs and Contributing
Please report issues via http://github.com/kim/leveldb-haskell/issues.<br /> Patches are best submitted as pull requests, or via email (kim.altintop@gmail.com).
License
BSD 3, see LICENSE file.