./devel/py-cddl, Deserialize CBOR and/or do CDDL schema validation

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.6.3, Package name: py312-cddl-0.6.3, Maintainer: pkgsrc-users

PyCDDL: Deserialize CBOR and/or do CDDL schema validation

CDDL is a schema language for the CBOR serialization format. pycddl
allows you to:

- Validate CBOR documents match a particular CDDL schema, based on
the Rust cddl library.

- Optionally, decode CBOR documents.


Master sites:

Filesize: 23.716 KB

Version history: (Expand)


CVS history: (Expand)


   2024-11-13 14:32:26 by Jonathan Perkin | Files touched by this commit (11)
Log message:
*: Switch to py-maturin's tool.mk
   2024-08-31 10:52:54 by Thomas Klausner | Files touched by this commit (1)
Log message:
py-cddl: fix PLIST for latest py-maturin
   2024-08-12 19:52:43 by Thomas Klausner | Files touched by this commit (2)
Log message:
py-cddl: standardize, add test dependencies, note test status
   2024-08-12 19:11:43 by Greg Troxel | Files touched by this commit (1)
Log message:
devel/py-cddl: Add TOOL_DEPENDS on py-maturin
   2024-08-12 00:38:30 by Greg Troxel | Files touched by this commit (1)
Log message:
devel/py-cddl: Fix PKGNAME
   2024-08-12 00:27:14 by Greg Troxel | Files touched by this commit (4)
Log message:
devel/pycddl Add version 0.6.3

PyCDDL: Deserialize CBOR and/or do CDDL schema validation

CDDL is a schema language for the CBOR serialization format. pycddl
allows you to:

  - Validate CBOR documents match a particular CDDL schema, based on
    the Rust cddl library.

  - Optionally, decode CBOR documents.