File: control

package info (click to toggle)
python-zstd 1.5.5.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,320 kB
  • sloc: ansic: 44,718; asm: 371; python: 322; makefile: 3
file content (30 lines) | stat: -rw-r--r-- 948 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
Source: python-zstd
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Chris MacNaughton <chris.macnaughton@canonical.com>,
 Thomas Goirand <zigo@debian.org>,
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 python3-all,
 python3-all-dev,
 python3-setuptools,
 libzstd-dev,
Rules-Requires-Root: no
Standards-Version: 4.6.1
Homepage: https://github.com/sergey-dryabzhinsky/python-zstd
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-zstd
Vcs-Git: https://salsa.debian.org/python-team/packages/python-zstd.git

Package: python3-zstd
Architecture: any
Depends:
 ${misc:Depends},
 ${python3:Depends},
 ${shlibs:Depends},
Description: python bindings to Yann Collet ZSTD compression library
 Zstandard, or zstd as short version, is a fast lossless compression algorithm,
 targeting real-time compression scenarios at zlib-level and better compression
 ratios.