package/rocksdb: new package
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Sun, 2 Feb 2020 13:47:30 +0000 (14:47 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Mon, 3 Feb 2020 20:55:57 +0000 (21:55 +0100)
commita5e7a62b4c64a1811e1c48f867223f4ebd728356
tree2ca35a09c4a0e4680ebaebf38b2439f9ba33b140
parentab7b96e8132e7ad8d088ce3df041b2d1eb3fcd31
package/rocksdb: new package

The RocksDB library provides a persistent key value store. Keys and
values are arbitrary byte arrays. The keys are ordered within the key
value store according to a user-specified comparator function.

The library is maintained by the Facebook Database Engineering Team, and
is based on LevelDB, by Sanjay Ghemawat and Jeff Dean at Google.

http://rocksdb.org

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
DEVELOPERS
package/Config.in
package/rocksdb/0001-Check-for-sys-auxv.h.patch [new file with mode: 0644]
package/rocksdb/0002-Add-an-option-to-the-CMake-build-to-disable-building-shared-libraries.patch [new file with mode: 0644]
package/rocksdb/Config.in [new file with mode: 0644]
package/rocksdb/rocksdb.hash [new file with mode: 0644]
package/rocksdb/rocksdb.mk [new file with mode: 0644]