           SPELL=lmdb
          SPELLX=LMDB
         VERSION=0.9.31
     SOURCE_HASH=sha512:a5763ff94af0b5bbc2406c52890797e6232e77593bacdb240441ed30c8634e4e6de6eba206880475544e21561ccd0be2dee16733d6ec35483eb1dbbb81913a8d
          SOURCE=${SPELLX}_${VERSION}.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/lmdb-LMDB_${VERSION}
        WEB_SITE=https://symas.com/mdb
   SOURCE_URL[0]=https://github.com/LMDB/lmdb/archive/$SOURCE
      LICENSE[0]="OpenLDAP Public License"
         ENTERED=20141215
        KEYWORDS="database"
           SHORT="Symas Lightning Memory-Mapped Database"
cat << EOF
LMDB is an ultra-fast, ultra-compact key-value embedded data store developed by Symas 
for the OpenLDAP Project. It uses memory-mapped files, so it has the read performance 
of a pure in-memory database while still offering the persistence of standard 
disk-based databases, and is only limited to the size of the virtual address space, 
(it is not limited to the size of physical RAM).
EOF
