File: control

package info (click to toggle)
pycrc 0.10.0-3
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 512 kB
  • sloc: python: 2,865; xml: 655; ansic: 227; sh: 207; makefile: 22
file content (34 lines) | stat: -rw-r--r-- 972 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
28
29
30
31
32
33
34
Source: pycrc
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Stephen Kitt <skitt@debian.org>
Section: misc
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
 pybuild-plugin-pyproject,
 python3,
 python3-setuptools (>= 61.0),
Build-Depends-Indep:
 default-jre,
 docbook-xsl-ns,
 docbook5-xml,
 libsaxon-java,
 python3-pytest,
Standards-Version: 4.7.0
Homepage: https://pycrc.org
Vcs-Git: https://salsa.debian.org/python-team/packages/pycrc.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/pycrc
Rules-Requires-Root: no

Package: pycrc
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: CRC C source code generator
 pycrc is a Cyclic Redundancy Check (CRC) C source code generator.
 .
 It supports different implementations, with various speed-space
 compromises. The CRC parameters can be freely chosen, and pycrc
 includes a number of well-known CRC models (CRC-16, CRC-32 etc.).