cardano-lmdb-0.4.0.1

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
3612b99b911d77de52877bef90bd9fbd5a1e58e5
Timestamp

2024-04-05T11:01:53Z

Revisions

None

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