aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages.json12
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"
}
]