1config BR2_PACKAGE_LUA_LIGHTNINGMDB
2	bool "lua-lightningmdb"
3	depends on !BR2_PACKAGE_LUAJIT
4	depends on BR2_TOOLCHAIN_HAS_THREADS # lmdb
5	select BR2_PACKAGE_LMDB
6	help
7	  A thin wrapper around OpenLDAP Lightning Memory-Mapped
8	  Database (LMDB).
9
10	  https://github.com/shmul/lightningmdb
11
12comment "lua-lightningmdb needs a toolchain w/ threads"
13	depends on !BR2_TOOLCHAIN_HAS_THREADS
14