Port variant | standard |
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 | 11 MAR 2023, 18:07:56 UTC |
Port created | 03 FEB 2019, 19:54:52 UTC |
complete | This is the leveldb-standard metapackage. It pulls in all subpackages of leveldb-standard. |
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-standard port. It may contain headers, pc files, static and PIC libraries and SO links. |
Build (only) |
snappy:dev:standard sqlite:dev:standard cmake:primary:standard |
Build and Runtime |
snappy:primary:standard sqlite:primary:standard |
Runtime (only) |
ravensys-gcc:cxx_run:standard (primary subpackage) ravensys-gcc:libs:standard (primary subpackage) |
main | mirror://GITHUB/google:leveldb:1.23 |
minetest:standard | Infinite-world block sandbox game |