1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
Source: borghash
Section: python
Priority: optional
Maintainer: Gianfranco Costamagna <locutusofborg@debian.org>
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
dh-python,
cython3,
python3-all-dev,
python3-setuptools,
Standards-Version: 4.7.0
Homepage: https://github.com/borgbackup/borghash
Vcs-Git: https://salsa.debian.org/debian/borghash.git
Vcs-Browser: https://salsa.debian.org/debian/borghash
Package: python3-borghash
Architecture: any
Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends},
Recommends: ${python3:Recommends}
Suggests: ${python3:Suggests}
Description: Memory-efficient hash table (implemented in Cython)
Memory-efficient hashtable implementations as a Python library,
implemented in Cython.
|