File: control

package info (click to toggle)
python-fastbencode 0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 228 kB
  • sloc: python: 417; ansic: 5; makefile: 2
file content (19 lines) | stat: -rw-r--r-- 836 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Rules-Requires-Root: no
Standards-Version: 4.5.1
Build-Depends: debhelper-compat (= 13), dh-sequence-python3, python3-all-dev, cython3, python3-setuptools
Testsuite: autopkgtest-pkg-python
Source: python-fastbencode
Priority: optional
Section: python
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Jelmer Vernooij <jelmer@debian.org>
Vcs-Git: https://salsa.debian.org/python-team/packages/python-fastbencode.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-fastbencode
Homepage: https://github.com/breezy-team/fastbencode

Package: python3-fastbencode
Depends: ${python3:Depends}, ${misc:Depends}, ${shlibs:Depends}
Architecture: any
Description: Fast bencode implementation
 Fast Python implementation of the bencode serialization
 mechanism used by the BitTorrent protocol and others.