File: control

package info (click to toggle)
python-xxhash 3.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 232 kB
  • sloc: ansic: 1,314; python: 673; sh: 59; makefile: 7
file content (23 lines) | stat: -rw-r--r-- 1,034 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: python-xxhash
Section: python
Priority: optional
Maintainer: Wouter Verhelst <wouter@debian.org>
Build-Depends: debhelper-compat (= 13), dh-python, python3-setuptools, python3-all, libxxhash-dev, python3-all-dev
Standards-Version: 4.5.1
Homepage: https://github.com/ifduyue/python-xxhash
Vcs-Browser: https://salsa.debian.org/mycroftai-team/python-xxhash
Vcs-Git: https://salsa.debian.org/mycroftai-team/python-xxhash.git
Testsuite: autopkgtest-pkg-python
Rules-Requires-Root: no

Package: python3-xxhash
Architecture: any
Depends: ${python3:Depends}, ${misc:Depends}, ${shlibs:Depends}
Suggests: python-python-xxhash-doc
Description: Bindings for the xxHash library (Python 3)
 xxHash is an Extremely fast Hash algorithm, running at RAM speed limits.
 It successfully completes the SMHasher test suite which evaluates collision,
 dispersion and randomness qualities of hash functions. Code is highly portable,
 and hashes are identical on all platforms (little / big endian).
 .
 This package installs the Python 3 bindings.