File: control

package info (click to toggle)
tkrzw-python 0.1.29-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 380 kB
  • sloc: cpp: 3,989; python: 1,714; makefile: 96
file content (39 lines) | stat: -rw-r--r-- 1,084 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
Source: tkrzw-python
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Boyuan Yang <byang@debian.org>,
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 liblz4-dev,
 liblzma-dev,
 libtkrzw-dev,
 libzstd-dev,
 python3-all,
 python3-all-dev,
 python3-setuptools,
 tkrzw-utils,
Standards-Version: 4.6.2
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.