Package: lmdb-doc Source: lmdb Version: 0.9.24-1+0~20200325.3+debian10~1.gbpfd112d Architecture: all Maintainer: LMDB Installed-Size: 2358 Breaks: liblmdb-dev (<< 0.9.9-1) Replaces: liblmdb-dev (<< 0.9.9-1) Homepage: http://symas.com/mdb/ Priority: optional Section: doc Filename: pool/main/l/lmdb/lmdb-doc_0.9.24-1+0~20200325.3+debian10~1.gbpfd112d_all.deb Size: 276996 SHA256: 45190c6875eb7d2b042869fcac06959f2bc6d11c60f5dca2b53a661932c86edd SHA1: 6a139ed41ac8e45b0fc690822eed86eab1a96b12 MD5sum: 68fd8c8749f9fad00fc984ff2c1835b7 Description: Lightning Memory-Mapped Database doxygen documentation This package contains the doxygen generated documentation and the man pages for the LMDB library. . Lighting Memory-Mapped Database (LMDB) is an ultra-fast, ultra-compact key-value embedded data store developed 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).