Popularity
9.3
Stable
Activity
0.0
Stable
65
6
53

Monthly Downloads: 60
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Database     FFI     Leveldb     Development Tools    
Latest version: v0.6.5

leveldb-haskell alternatives and similar packages

Based on the "FFI" category.
Alternatively, view leveldb-haskell alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of leveldb-haskell or a related project?

Add another 'FFI' Package

README

This library provides Haskell bindings to LevelDB

Build Status

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. Patches are best submitted as pull requests, or via email ([email protected]).

License

BSD 3, see LICENSE file.


*Note that all licence references and agreements mentioned in the leveldb-haskell README section above are relevant to that project's source code only.