diff options
| author | captainbland <lightnix@gmail.com> | 2018-06-10 22:30:32 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-06-10 22:30:32 +0100 |
| commit | fb5139019dc33bdeefac7908102e485f05126b09 (patch) | |
| tree | 2dfd25ad495b9ba3ab7e5d5b1a81cbe0cb94b070 | |
| parent | 3bb6036030a6479b6b01d7d41da04e307ec43f85 (diff) | |
| download | packages-fb5139019dc33bdeefac7908102e485f05126b09.tar.gz packages-fb5139019dc33bdeefac7908102e485f05126b09.zip | |
Add nim-validation package
| -rw-r--r-- | packages.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/packages.json b/packages.json index a589db8..4f298bd 100644 --- a/packages.json +++ b/packages.json @@ -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" } ] |
