summaryrefslogtreecommitdiffstats
path: root/database/lmdb/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'database/lmdb/DETAILS')
-rwxr-xr-xdatabase/lmdb/DETAILS20
1 files changed, 20 insertions, 0 deletions
diff --git a/database/lmdb/DETAILS b/database/lmdb/DETAILS
new file mode 100755
index 0000000000..f064179c3a
--- /dev/null
+++ b/database/lmdb/DETAILS
@@ -0,0 +1,20 @@
+ SPELL=lmdb
+ SPELLX=openldap
+ VERSION=0.9.14
+ VX=2.4.40
+ SOURCE_HASH=sha512:c803c4a82878891d60414d64dcb54a7c3f08675106ba13f50cba06034a97b3eee1c238761dd5ddad97d8c3f6675d9bbbec176d0340eb4a3bcd808f940baabab5
+ SOURCE=$SPELLX-$VX.tgz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELLX-$VX
+ WEB_SITE=http://symas.com/mdb
+ SOURCE_URL[0]=ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/$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