Port variant | std |
Summary | Fast key-value storage library |
BROKEN | |
Package version | 1.23_1 |
Homepage | https://github.com/google/leveldb |
Keywords | databases |
Maintainer | nobody |
License | BSD3CLAUSE |
Other variants | There are no other variants. |
Ravenports | Buildsheet | History |
Ravensource | Port Directory | History |
Last modified | 09 AUG 2024, 21:24:17 UTC |
Port created | 03 FEB 2019, 19:54:52 UTC |
set | This is the leveldb:std metapackage. It pulls in all subpackages of leveldb:std. |
primary | LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values. Features: - Keys and values are arbitrary byte arrays. - Data is stored sorted by key. - Callers can provide a custom comparison function to override the sort order. - The basic operations are Put(key,value), Get(key), Delete(key). - Multiple changes can be made in one atomic batch. - Users can create a transient snapshot to get a consistent view of data. - Forward and backward iteration is supported over the data. - Data is automatically compressed using the Snappy compression library. - External activity (file system operations etc.) is relayed through a virtual interface so users can customize the operating system interactions. - Detailed documentation about how to use the library is included with the source code. |
dev | This is the developer subpackage of the leveldb:std port. It may contain headers, pc files, static and PIC libraries and SO links. |
Build (only) |
snappy:dev:std sqlite:dev:std cmake:primary:std |
Build and Runtime |
snappy:primary:std sqlite:primary:std |
Runtime (only) |
ravensys-gcc:cxx_run:std (primary subpackage) ravensys-gcc:libs:std (primary subpackage) |
main | mirror://GITHUB/google:leveldb:1.23 |
minetest:std | Infinite-world block sandbox game |