File: control

package info (click to toggle)
bitstruct 8.9.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 308 kB
  • sloc: ansic: 2,123; python: 1,399; makefile: 177; sh: 5
file content (24 lines) | stat: -rw-r--r-- 887 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
Source: bitstruct
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Brian May <bam@debian.org>
Build-Depends: debhelper-compat (= 12),
 dh-python,
 python3-all-dev,
 python3-setuptools,
Standards-Version: 4.5.0
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-python
Homepage: https://github.com/eerimoq/bitstruct
Vcs-Git: https://salsa.debian.org/python-team/modules/bitstruct.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/bitstruct

Package: python3-bitstruct
Architecture: any
Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
Description: Python bit pack/unpack package
 This module is intended to have a similar interface as the Python struct
 module, but working on bits instead of primitive data types (char, int, ...).
 .
 This package contains the Python 3 module.