Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 1017 Bytes

File metadata and controls

43 lines (29 loc) · 1017 Bytes

This library provides Haskell bindings to LevelDB

Build Status

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.
Patches are best submitted as pull requests, or via email (kim.altintop@gmail.com).

License

BSD 3, see LICENSE file.