           SPELL=lmdb
          SPELLX=LMDB
         VERSION=0.9.35
     SOURCE_HASH=sha512:ef2e10eac846a723b44d365cbbeb539b6d9ed75db43e4509b3cbea819372b74c01ff65e728d8dc5eae3c0258bb57e0304334005fee5819a68325d32cd72ab633
          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
