@hackage leveldb-haskell0.6.5.1
Haskell bindings to LevelDB
Installation
Dependencies (7)
- base >=3 && <5
- bytestring
- data-default
- exceptions >=0.6
- filepath
- resourcet >0.3.2 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…
Package Flags
examples
(off by default)
Build examples
This library provides Haskell bindings to LevelDB
Installation
Prerequisites:
Note: as of version 1.3, LevelDB can be built as a shared library. Thus, as of version 0.1.0 of this library, LevelDB is no longer bundled and must be installed on the target system. On many systems / distributions, the LevelDB library is available via the native package manager. On Windows, you may want to follow these instructions.
To install the latest version from hackage:
$ cabal install leveldb-haskell
To install from checked-out source:
$ 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.
