File: control

package info (click to toggle)
tkrzw-python 0.1.32-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 436 kB
  • sloc: cpp: 4,723; python: 1,989; makefile: 96
file content (37 lines) | stat: -rw-r--r-- 1,052 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
Source: tkrzw-python
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 liblz4-dev,
 liblzma-dev,
 libtkrzw-dev (>= 1.0.30),
 libzstd-dev,
 python3-all,
 python3-all-dev,
 python3-setuptools,
 tkrzw-utils,
Standards-Version: 4.7.0
Homepage: https://dbmx.net/tkrzw/
Vcs-Browser: https://salsa.debian.org/python-team/packages/tkrzw-python
Vcs-Git: https://salsa.debian.org/python-team/packages/tkrzw-python.git
Testsuite: autopkgtest-pkg-python
Rules-Requires-Root: no

Package: python3-tkrzw
Architecture: any
Depends:
 ${misc:Depends},
 ${python3:Depends},
 ${shlibs:Depends},
Provides:
 ${python3:Provides},
XB-Python-Version: ${python3:Versions}
Description: set of implementations of DBM - python binding
 Tkrzw is a C++ library implementing DBM (Database Manager) with
 various algorithms. It features high degrees of performance,
 concurrency, scalability and durability.
 .
 This package contains the Python 3 binding of the library.