The leveldb-haskell package
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: as of v1.3, LevelDB can be built as a shared library. Thus, as of v0.1.0 of this library, LevelDB is no longer bundled and must be installed on the target system (version 1.7 or greater is required).
Properties
| Versions | 0.0.1, 0.0.2, 0.0.3, 0.1.0, 0.1.1, 0.2.0 |
|---|---|
| Dependencies | base (≥3 & <5), bytestring, data-default, filepath, resourcet (>0.3.2), transformers |
| License | BSD3 |
| Copyright | Copyright (c) 2012 The leveldb-haskell Authors |
| Author | Kim Altintop <kim.altintop@gmail.com> , Austin Seipp <mad.one@gmail.com> , Michael Lazarev <lazarev.michael@gmail.com> , Will Moss <wbmoss@gmail.com> |
| Maintainer | kim.altintop@gmail.com |
| Stability | Experimental |
| Category | Database, FFI |
| Home page | http://github.com/kim/leveldb-haskell |
| Bug tracker | http://github.com/kim/leveldb-haskell/issues |
| Source repository | git clone git://github.com/kim/leveldb-haskell.git |
| Upload date | Mon Nov 12 08:59:24 UTC 2012 |
| Uploaded by | KimAltintop |
| Build failure | ghc-7.6 (log) |
Modules
- Database
- Database.LevelDB
Downloads
- leveldb-haskell-0.2.0.tar.gz (Cabal source package)
- package description (included in the package)