diff options
| -rw-r--r-- | packages.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 7827194..f5856d0 100644 --- a/packages.json +++ b/packages.json @@ -29,6 +29,19 @@ "web": "https://github.com/watzon/github-api-nim" }, { + "name": "extensions", + "url": "https://github.com/jyapayne/nim-extensions", + "method": "git", + "tags": [ + "library", + "extensions", + "addons" + ], + "description": "A library that will add useful tools to Nim's arsenal.", + "license": "MIT", + "web": "https://github.com/jyapayne/nim-extensions" + }, + { "name": "nimates", "url": "https://github.com/jamesalbert/nimates", "method": "git", |
