File: control

package info (click to toggle)
borghash 0.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 1,736 kB
  • sloc: python: 73; makefile: 3
file content (23 lines) | stat: -rw-r--r-- 748 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
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.