Source: pycrc
Section: misc
Priority: optional
Maintainer: linuxmangaka <linuxmangaka@gmail.com>
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
 cython3,
 dh-python,
 pkgconf,
 pkg-config,
 pybuild-plugin-pyproject,
 python3,
 python3-setuptools,
Build-Depends-Indep: default-jre,
 docbook-xsl-ns,
 docbook5-xml,
 libsaxon-java,
 openjdk-22-jdk | openjdk-21-jdk | openjdk-20-jdk | openjdk-19-jdk | openjdk-17-jdk,
 openjdk-22-jre | openjdk-21-jre | openjdk-20-jre | openjdk-19-jre | openjdk-17-jre,
 python3-pytest,
Standards-Version: 4.6.2
Homepage: https://pycrc.org/
Vcs-Browser: https://salsa.debian.org/python-team/packages/pycrc
Vcs-Git: https://salsa.debian.org/python-team/packages/pycrc.git

Package: pycrc
Architecture: all
Depends: ${shlibs:Depends},
 ${misc:Depends},
 ${python3:Depends},
Description: pycrc, a free CRC source code generator
 Pycrc is a free Cyclic Redundancy Check (CRC) C source code generator written in Python. The CRC algorithm can be chosen from a fast but space-consuming implementation to slower but smaller versions especially suitable for embedded applications. The CRC parameters can be freely chosen and some well-known CRC models can be referred to by their name instead of by the parameters.