Name: lmdb Version: 0.2.0 Synopsis: Lightning MDB bindings Category: Database Description: LMDB is a read-optimized Berkeley DB replacement developed by Sysmas for the OpenLDAP project. LMDB has impressive performance characteristics and a friendly BSD-style license. . You will need to install the lmdb development files to install this library, e.g. `sudo apt-get install liblmdb-dev` works for Ubuntu 14.04 . At the moment, only a raw, low-level interface to LMDB is supported. Author: David Barbour Maintainer: dmbarbour@gmail.com Homepage: http://github.com/dmbarbour/haskell-lmdb Package-Url: Copyright: (c) 2014 by David Barbour License: BSD2 license-file: LICENSE Stability: experimental build-type: Simple cabal-version: >= 1.16.0.3 Source-repository head type: git location: http://github.com/dmbarbour/haskell-lmdb.git Library hs-Source-Dirs: hsrc_lib default-language: Haskell2010 Build-Depends: base (>= 4.6 && < 5) , bytestring (>= 0.10) , array Build-Tools: hsc2hs Exposed-Modules: Database.LMDB.Raw Other-Modules: include-dirs: c-sources: extra-libraries: lmdb ghc-options: -Wall -auto-all