1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80
|
Source: lmdb
Section: database
Priority: optional
Maintainer: LMDB <lmdb@packages.debian.org>
Uploaders: Ondřej Surý <ondrej@debian.org>
Build-Depends: debhelper (>= 10),
doxygen
Standards-Version: 4.1.5.0
Homepage: http://symas.com/mdb/
Vcs-Browser: https://salsa.debian.org/debian/lmdb
Vcs-Git: https://salsa.debian.org/debian/lmdb.git
Package: lmdb-utils
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends}
Multi-Arch: foreign
Description: 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).
Package: liblmdb0
Architecture: any
Section: libs
Depends: ${misc:Depends},
${shlibs:Depends}
Multi-Arch: same
Description: 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).
Package: liblmdb-dev
Architecture: any
Section: libdevel
Multi-Arch: same
Depends: liblmdb0 (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Recommends: lmdb-doc
Description: 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).
Package: lmdb-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Breaks: liblmdb-dev (<< 0.9.9-1)
Replaces: liblmdb-dev (<< 0.9.9-1)
Description: 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).
|