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
|
Source: python-preshed
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
Andreas Tille <tille@debian.org>,
Section: python
Testsuite: autopkgtest-pkg-python
Priority: optional
Build-Depends:
cython3,
debhelper-compat (= 13),
dh-sequence-python3,
pybuild-plugin-pyproject,
python3-setuptools,
python3-all,
python3-all-dev,
python3-cymem,
python3-murmurhash,
python3-pytest,
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-preshed
Vcs-Git: https://salsa.debian.org/python-team/packages/python-preshed.git
Homepage: https://github.com/explosion/preshed
Rules-Requires-Root: no
Package: python3-preshed
Architecture: any
Depends:
${misc:Depends},
${python3:Depends},
${shlibs:Depends},
Description: Cython Hash Table for Pre-Hashed Keys
Simple but high performance Cython hash table mapping pre-randomized keys
to void* values.
|