leveldb
Port variant standard
Summary Fast key-value storage library
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
Subpackage Descriptions
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.
Configuration Switches (platform-specific settings discarded)
This port has no build options.
Package Dependencies by Type
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)
Download groups
main mirror://GITHUB/google:leveldb:1.23
Distribution File Information
9a37f8a6174f09bd622bc723b55881dc541cd50747cbd08831c2a82d620f6d76 242925 google-leveldb-1.23.tar.gz
Ports that require leveldb:standard
minetest:standard Infinite-world block sandbox game