lmdb 0.9.24-ok2 source package in openKylin

Changelog

lmdb (0.9.24-ok2) yangtze; urgency=medium

  * if arch == rv64g nocheck

 -- root <email address hidden>  Thu, 29 Feb 2024 08:28:39 +0000

Upload details

Uploaded by:
root
Sponsored by:
Cibot
Uploaded to:
Yangtze V1.0
Original maintainer:
LMDB
Architectures:
any all
Section:
database
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Yangtze V1.0 release main database
Yangtze V1.0 proposed main database

Downloads

File Size SHA-256 Checksum
lmdb_0.9.24.orig.tar.gz 140.5 KiB 8e7200fdc9bb09b0cfad1d4eee8b20d539e43fe05c7ef9406247d64659c4a480
lmdb_0.9.24-ok2.debian.tar.xz 5.0 KiB 70c662ce253cd762c968b9d01db81e31a52a6ecd2057657a839b457e7d8aa4e3
lmdb_0.9.24-ok2.dsc 1.8 KiB 5d2c84515f3f2228882a09599c6a4cfe0a8d0fab3bf644443f55619874f05c2a

View changes file

Binary packages built by this source

liblmdb-dev: Lightning Memory-Mapped Database development files

 This package contains the development libraries, header files. Install
 lmdb-doc package for man pages.
 .
 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).

liblmdb0: 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).

liblmdb0-dbgsym: debug symbols for liblmdb0
lmdb-doc: Lightning Memory-Mapped Database doxygen documentation

 This package contains the doxygen generated documentation and the man
 pages for the LMDB 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).

lmdb-utils: Lightning Memory-Mapped Database Utilities

 This package provides tools for manipulating LMDB databases:
  * mdb_stat - LMDB environment status tool
  * mdb_copy - LMDB environment copy tool
 .
 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).

lmdb-utils-dbgsym: debug symbols for lmdb-utils