File: control

package info (click to toggle)
python-isal 1.8.0-0.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,768 kB
  • sloc: python: 3,247; ansic: 2,961; makefile: 13
file content (41 lines) | stat: -rw-r--r-- 1,213 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
40
41
Source: python-isal
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Alexandre Detiste <tchet@debian.org>,
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 libisal-dev,
 pybuild-plugin-pyproject,
 python3-all-dev,
 python3-pytest,
 python3-pytest-timeout,
 python3-setuptools,
 python3-setuptools-scm,
Rules-Requires-Root: no
Standards-Version: 4.7.2
Homepage: https://github.com/pycompression/python-isal
Vcs-Git: https://salsa.debian.org/python-team/packages/python-isal.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-isal
Testsuite: autopkgtest-pkg-pybuild

Package: python3-isal
Architecture: any
Depends:
 ${misc:Depends},
 ${python3:Depends},
 ${shlibs:Depends},
Recommends:
 ${python3:Recommends},
Suggests:
 ${python3:Suggests},
Description: faster zlib and gzip compatible (de-)compression using the ISA-L library
 This package provides Python bindings for the ISA-L library.
 .
 The Intel(R) Intelligent Storage Acceleration Library (ISA-L)
 implements several key algorithms in assembly language.
 .
 This includes a variety of functions to provide zlib/gzip-compatible
 compression and decompression.