cardano-lmdb-0.4.0.2

Synopsis

Lightning MDB bindings

Description

LMDB is a read-optimized Berkeley DB replacement developed by Symas for the OpenLDAP project. LMDB has impressive performance characteristics and a friendly BSD-style OpenLDAP license. See <http://symas.com/mdb/>. . This library has Haskell bindings to the LMDB library. You must install the lmdb development files before installing this library, e.g. `sudo apt-get install liblmdb-dev` works for Ubuntu.

Author

David Barbour

Maintainer

operations@iohk.io

License

BSD-2-Clause

Source
https://github.com/input-output-hk/haskell-lmdb
Commit hash
8725dfcbb31cf55aa2acafb6dc5a07c986626a27
Timestamp

2024-10-03T15:13:19Z

Revisions

None

Dependencies
library cardano-lmdb:
  • ["base >=4.14 && <4.21","cardano-lmdb:ffi"]
library ffi:
  • ["base >=4.14 && <4.21"]
test-suite test:
  • ["async","base >=4.14 && <4.21","cardano-lmdb","cardano-lmdb:ffi","tasty","tasty-hunit","temporary"]