leveldb-haskell: Haskell bindings to LevelDB

[ bsd3, database, ffi, library ] [ Propose Tags ]

From http://leveldb.googlecode.com:

LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.

This library provides a Haskell language binding to LeveldDB. It is in very early stage and has seen very limited testing.

Note: the LevelDB source code is bundled with this package and built as part of the installation, assuming that a working C++ compiler is installed on the target system and the make command can invoke it.


[Skip to Readme]

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.0.1, 0.0.2, 0.0.3, 0.1.0, 0.1.1, 0.2.0, 0.3.0, 0.3.1, 0.4.0, 0.4.1, 0.4.1.1, 0.4.2, 0.5, 0.5.1, 0.6, 0.6.1, 0.6.2, 0.6.3, 0.6.4, 0.6.5
Dependencies base (>=3 && <5), bytestring, filepath, leveldb-haskell [details]
License BSD-3-Clause
Author Kim Altintop
Maintainer kim.altintop@gmail.com
Category Database
Home page http://github.com/kim/leveldb-haskell
Source repo head: git clone git://github.com/kim/leveldb-haskell.git
Uploaded by KimAltintop at 2012-02-08T21:26:53Z
Distributions LTSHaskell:0.6.5, Stackage:0.6.5
Reverse Dependencies 11 direct, 1 indirect [details]
Executables hsleveldb-example
Downloads 17001 total (61 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for leveldb-haskell-0.0.1

[back to package description]

This library provides Haskell bindings to LevelDB

Installation

Prerequisites:

cabal install will build and install the package, including the bundled LevelDB sources.

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.