UmVirt LFS Package info

DB commit: c78e95157185199cceff370fa5b5f1dd2a1be2fa
APP commit: cac3f2066a9a05955b29d720b9b9b14f534d21c2

lmdb

The lmdb package is a fast, compact, key-value embedded data store. 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.

Package info

Codename: lmdb
Source file: LMDB_0.9.22.tar.gz
Source directory: lmdb-LMDB_0.9.22
Package URL: https://umvirt.com/linux/downloads/0.1/packages/l/LMDB_0.9.22.tar.gz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.1/packages/l/LMDB_0.9.22.tar.gz.md5sum
Dependances: *** NO DEPENDANCES FOUND ***
Dependance of: appstream.
Patches: *** NO PATCHES FOUND ***
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
cd libraries/liblmdb

Build script:
make

Install script:
sed -i 's| liblmdb.a||' Makefile
make prefix=/usr install