Package: liblmdb0 Status: install ok installed Priority: optional Section: libs Installed-Size: 104 Maintainer: LMDB Architecture: amd64 Multi-Arch: same Source: lmdb (0.9.31-1) Version: 0.9.31-1+b2 Depends: libc6 (>= 2.38) Description: Lightning Memory-Mapped Database shared library This package contains the LMDB shared 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). Homepage: https://symas.com/mdb/