Files
Francois Perrad eb60c4054c package/lmdb: new package
Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2024-05-10 21:56:48 +02:00

14 lines
354 B
Plaintext

config BR2_PACKAGE_LMDB
bool "lmdb"
depends on BR2_TOOLCHAIN_HAS_THREADS
help
OpenLDAP Lightning Memory-Mapped Database
LMDB is compact, fast, powerful, and robust and implements
a simplified variant of the BerkeleyDB (BDB) API.
https://symas.com/lmdb/
comment "lmdb needs a toolchain w/ threads"
depends on !BR2_TOOLCHAIN_HAS_THREADS