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
|
Source: paq
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Otto Kekäläinen <otto@debian.org>,
Julian Gilbey <jdg@debian.org>,
Drew Parsons <dparsons@debian.org>
Build-Depends: cython3,
debhelper-compat (= 13),
dh-sequence-python3,
python3-all-dev,
python3-setuptools
Standards-Version: 4.5.1
Homepage: https://github.com/observerss/paq
Vcs-Git: https://salsa.debian.org/python-team/packages/paq.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/paq
Rules-Requires-Root: no
Package: python3-paq
Architecture: any
Depends: ${misc:Depends},
${python3:Depends},
${shlibs:Depends}
Description: Python library for the paq9a compression algorithm
This Python library supports compression and decompression using the paq9a
algorithm.
|