WrapDB Browser

WrapDB Browser

lmdb

Metadata for this package is not yet available.

Source URL is https://git.openldap.org/openldap/openldap/-/archive/LMDB_0.9.33/openldap-LMDB_0.9.33.tar.bz2.

Package metadata is not taken from the WrapDB database and may be inaccurate. See this issue for details.

Version:

Usage

Install the latest lmdb package with the following command:

meson wrap install lmdb

Or, download the wrap file directly fromthis linkand place it in the 'subprojects' directory of your project.

Libraries (or programs) from lmdb 0.9.33-1 can be used by adding the following lines to your meson.build file:

lmdb_dep = dependency('lmdb')
mdb_stat_prog = find_program('mdb_stat')
mdb_copy_prog = find_program('mdb_copy')
mdb_dump_prog = find_program('mdb_dump')
mdb_load_prog = find_program('mdb_load')

Project Options

Loading patch files...

Patch Files Preview

Loading patch files...