Merge pull request #762 from captainbland/master

Add validation package
This commit is contained in:
Dominik Picheta 2018-06-17 11:56:39 +01:00 committed by GitHub
commit 37289a6e88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9645,6 +9645,18 @@
"license": "MIT",
"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",