summaryrefslogtreecommitdiff
path: root/textproc/py-pycddl/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/py-pycddl/pkg-descr')
-rw-r--r--textproc/py-pycddl/pkg-descr6
1 files changed, 6 insertions, 0 deletions
diff --git a/textproc/py-pycddl/pkg-descr b/textproc/py-pycddl/pkg-descr
new file mode 100644
index 000000000000..7c52f9b2d28e
--- /dev/null
+++ b/textproc/py-pycddl/pkg-descr
@@ -0,0 +1,6 @@
+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.