diff options
| -rw-r--r-- | packages.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/packages.json b/packages.json index da6894e..e486a46 100644 --- a/packages.json +++ b/packages.json @@ -9646,6 +9646,18 @@ "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", "method": "git", |
