python-rocksdb 0.8.0~rc3-1ubuntu1 source package in Ubuntu

Changelog

python-rocksdb (0.8.0~rc3-1ubuntu1) jammy; urgency=medium

  * Build-depend on python3-all-dev.

 -- Matthias Klose <email address hidden>  Wed, 10 Nov 2021 17:58:58 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Jammy
Original maintainer:
Debian Python Team
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
python-rocksdb_0.8.0~rc3.orig.tar.gz 58.4 KiB fc7caa7461dd491f88db4151569f2e1c0d280d8dc7d3acf51129986aa7d51e67
python-rocksdb_0.8.0~rc3-1ubuntu1.debian.tar.xz 3.0 KiB 0af203d1d8a160a8f6077ecca8a49acf34fd6f0042162adfaade5c7a613bd8f9
python-rocksdb_0.8.0~rc3-1ubuntu1.dsc 2.2 KiB b354726fefa662a050400e307f9a378211e52e217cb6bc0b5827a09e7bf6c83c

View changes file

Binary packages built by this source

python3-rocksdb: Python bindings for RocksDB

 RocksDB is a C++ library providing an embedded key-value store, where keys and
 values are arbitrary byte streams. It was developed at Facebook based on
 LevelDB and provides backwards-compatible support for LevelDB APIs.
 .
 RocksDB is optimized for Flash with extremely low latencies. RocksDB uses a
 Log Structured Database Engine for storage, written entirely in C++.
 .
 RocksDB features highly flexible configuration settings that may be tuned to
 run on a variety of production environments, including pure memory, Flash,
 hard disks or HDFS. It supports various compression algorithms and good tools
 for production support and debugging.
 .
 This package provides the Python bindings.

python3-rocksdb-dbgsym: debug symbols for python3-rocksdb