File: control

package info (click to toggle)
python-rocksdb 0.8.0~rc3-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 480 kB
  • sloc: python: 798; cpp: 408; makefile: 158
file content (46 lines) | stat: -rw-r--r-- 1,774 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
Source: python-rocksdb
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Martina Ferrari <tina@debian.org>,
Section: python
Priority: optional
Build-Depends: cython3,
               debhelper-compat (= 13),
               dh-python,
               libbz2-dev,
               liblz4-dev,
               librocksdb-dev,
               libsnappy-dev,
               libz-dev,
               python3-all-dev,
               python3-all-dbg,
               python3-docutils,
               python3-pytest,
               python3-setuptools,
               python3-sphinx,
Standards-Version: 4.5.1
Vcs-Git: https://salsa.debian.org/python-team/packages/python-rocksdb.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-rocksdb
Homepage: https://github.com/NightTsarina/python-rocksdb
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-python

Package: python3-rocksdb
Architecture: any
Depends: ${misc:Depends},
         ${python3:Depends},
         ${shlibs:Depends},
         ${sphinxdoc:Depends},
Description: 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.