aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2018-06-13 14:11:09 +0100
committerGitHub <noreply@github.com>2018-06-13 14:11:09 +0100
commitf81e4e50cb337f3d0ba8ed6bebecda571d1a9e5a (patch)
treee84144753c870db9bb0b0c7793c1e94cac5b6fb8
parentcc825eb4d1a6bde4e1ca480711969646398e27eb (diff)
parent3f8d221e55b25c791aeaea2d887975f12a3b7f10 (diff)
downloadpackages-f81e4e50cb337f3d0ba8ed6bebecda571d1a9e5a.tar.gz
packages-f81e4e50cb337f3d0ba8ed6bebecda571d1a9e5a.zip
Merge pull request #764 from PMunch/jsonschema
Add jsonschema package
-rw-r--r--packages.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index ef66733..4c5a47c 100644
--- a/packages.json
+++ b/packages.json
@@ -1079,6 +1079,20 @@
"web": "https://github.com/PMunch/strslice"
},
{
+ "name": "jsonschema",
+ "url": "https://github.com/PMunch/jsonschema",
+ "method": "git",
+ "tags": [
+ "json",
+ "schema",
+ "library",
+ "validation"
+ ],
+ "description": "JSON schema validation and creation.",
+ "license": "MIT",
+ "web": "https://github.com/PMunch/jsonschema"
+ },
+ {
"name": "sdl2_nim",
"url": "https://github.com/Vladar4/sdl2_nim",
"method": "git",