From fb5139019dc33bdeefac7908102e485f05126b09 Mon Sep 17 00:00:00 2001 From: captainbland Date: Sun, 10 Jun 2018 22:30:32 +0100 Subject: Add nim-validation package --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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" } ] -- cgit v1.2.3