aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2018-06-17 11:56:39 +0100
committerGitHub <noreply@github.com>2018-06-17 11:56:39 +0100
commit37289a6e880a534e39e79c629ee7b7c8e26c0a4d (patch)
treeac805f23e49cc829f407dc25d74674f254119c48
parent0001bdb4134fe256782d26bef168a0a7779e16e3 (diff)
parent0a481a0ad24ab88e5f40e33b7239aa3cf9d861d8 (diff)
downloadpackages-37289a6e880a534e39e79c629ee7b7c8e26c0a4d.tar.gz
packages-37289a6e880a534e39e79c629ee7b7c8e26c0a4d.zip
Merge pull request #762 from captainbland/master
Add validation package
-rw-r--r--packages.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index da6894e..e486a46 100644
--- a/packages.json
+++ b/packages.json
@@ -9646,6 +9646,18 @@
"web": "https://github.com/bluenote10/NimSvg"
},
{
+ "name": "validation",
+ "url": "https://github.com/captainbland/nim-validation",
+ "method": "git",
+ "tags": [
+ "validation",
+ "library"
+ ],
+ "description": "Nim object validation using type field pragmas",
+ "license": "GPLv3",
+ "web": "https://github.com/captainbland/nim-validation"
+ },
+ {
"name": "nimgraphviz",
"url": "https://github.com/QuinnFreedman/nimgraphviz",
"method": "git",