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 35 36 37 38 39
|
Source: python-pycddl
Section: utils
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
Andrius Merkys <merkys@debian.org>,
Rules-Requires-Root: no
Build-Depends:
cargo,
debhelper-compat (= 13),
dh-sequence-python3,
librust-cddl-dev,
librust-ciborium-dev,
librust-pyo3-dev,
librust-self-cell-dev,
pybuild-plugin-pyproject,
python3-all,
python3-cbor2 <!nocheck>,
python3-hypothesis <!nocheck>,
python3-maturin,
python3-psutil <!nocheck>,
python3-pytest <!nocheck>,
Testsuite: autopkgtest-pkg-pybuild
Standards-Version: 4.6.2
Homepage: https://gitlab.com/tahoe-lafs/pycddl
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-pycddl
Vcs-Git: https://salsa.debian.org/python-team/packages/python-pycddl.git
Package: python3-pycddl
Architecture: any
Section: python
Depends:
${misc:Depends},
${python3:Depends},
${shlibs:Depends},
Description: Deserialize CBOR and/or do CDDL schema validation
CDDL is a schema language for the CBOR serialization format. pycddl allows one
to validate CBOR documents match a particular CDDL schema, based on the Rust
cddl library. Optionally, it can decode CBOR documents.
|