summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/control6
1 files changed, 6 insertions, 0 deletions
diff --git a/debian/control b/debian/control
index cd2deee..1c2bae1 100644
--- a/debian/control
+++ b/debian/control
@@ -26,6 +26,9 @@ Recommends: python3-ruamel.yaml
Description: Python YAML/JSON schema validation library (Python 3)
PyKwalify is a open source port of the kwalify lib and specification.
.
+ PyKwalify allows validating YAML or JSON data against a schema
+ described in YAML or JSON format.
+ .
This package installs the library for Python 3.
Package: pykwalify
@@ -38,4 +41,7 @@ Depends:
Description: Python YAML/JSON schema validation library (command line program)
PyKwalify is a open source port of the kwalify lib and specification.
.
+ PyKwalify allows validating YAML or JSON data against a schema
+ described in YAML or JSON format.
+ .
This package installs the command line program.