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.
|