diff options
| author | Joey <jyapayne@gmail.com> | 2018-06-23 07:20:14 +0900 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2018-06-22 23:20:14 +0100 |
| commit | d772a23dec6e00b15c84b7414904ed8e2674673c (patch) | |
| tree | 8a2e47f6218d9afe363bc95e93451b80f7754245 | |
| parent | 12281d7c9e5c85ccfdfe25dccd9c693c5f75ef90 (diff) | |
| download | packages-d772a23dec6e00b15c84b7414904ed8e2674673c.tar.gz packages-d772a23dec6e00b15c84b7414904ed8e2674673c.zip | |
Update packages.json with nim-extensions (#768)
| -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", |
