File: control

package info (click to toggle)
python-zstd 1.4.5.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,500 kB
  • sloc: ansic: 36,343; python: 342; makefile: 2
file content (29 lines) | stat: -rw-r--r-- 915 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
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 (= 12),
 dh-python,
 python3-all,
 python3-all-dev,
 python3-mock,
 python3-setuptools,
Standards-Version: 4.5.0
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.