File: control

package info (click to toggle)
python-preshed 2.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 172 kB
  • sloc: python: 385; ansic: 160; makefile: 5
file content (27 lines) | stat: -rw-r--r-- 957 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
Source: python-preshed
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Andreas Tille <tille@debian.org>,
           Mo Zhou <cdluminate@gmail.com>
Section: python
Testsuite: autopkgtest-pkg-python
Priority: optional
Build-Depends: debhelper (>= 11~),
               dh-python,
               python3-all,
               python3-all-dev,
               python3-pytest,
               python3-cymem,
               cython3
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-preshed
Vcs-Git: https://salsa.debian.org/python-team/modules/python-preshed.git
Homepage: https://github.com/explosion/preshed

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.