GitXplorerGitXplorer
k

leveldb-haskell

public
67 stars
50 forks
1 issues

Commits

List of commits on branch master.
Verified
72a515c53caa665fb0ed7010aef00528e09ba678

Merge branch 'rnhmjoj/master' into gha

kkim committed 7 months ago
Verified
e27be92e7e4565c3925b4030fb9b27b9a1164b7e

Remove stack.yaml

kkim committed 7 months ago
Verified
6ca89fc98f323387839218803907d590819dc2f9

Remove travis, setup GHA

kkim committed 7 months ago
Verified
3a505f3a7de0f5d14463538d7c2c9a9881a60eb9

Fix tests on mtl ≥ 2.3

rrnhmjoj committed 7 months ago
Verified
f5249081f589233890ddb1945ec548ca9fb717cf

Fix tests on base ≥ 4.15

rrnhmjoj committed 3 years ago
Verified
71538084a74d0ad44f3b455902c2dd0f75959307

Merge remote-tracking branch 'bgamari/master'

kkim committed 6 years ago

README

The README file for this repository.

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 (kim.altintop@gmail.com).

License

BSD 3, see LICENSE file.