Add nim-validation package

This commit is contained in:
captainbland 2018-06-10 22:30:32 +01:00 committed by GitHub
parent 3bb6036030
commit fb5139019d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9585,5 +9585,17 @@
"description": "Nim-based DSL allowing to generate SVG files and GIF animations.",
"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"
}
]