diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2015-11-16 12:49:00 +0000 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2015-11-16 12:49:00 +0000 |
| commit | 3c49a3586891fead7678325bc93ce7de40d67f62 (patch) | |
| tree | 7e06310d5d4c130fc64c197604397973db7e7253 | |
| parent | 610eac985321e214779fbdfb3f2d7f792b636f8d (diff) | |
| parent | ed3ab5837a50eb5cc4ac70998de82e28ad04bca5 (diff) | |
| download | packages-3c49a3586891fead7678325bc93ce7de40d67f62.tar.gz packages-3c49a3586891fead7678325bc93ce7de40d67f62.zip | |
Merge pull request #269 from shakna-israel/patch-1
Added nimcat
| -rw-r--r-- | packages.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 77212af..de9e107 100644 --- a/packages.json +++ b/packages.json @@ -3485,5 +3485,17 @@ "description": "Minimalistic libnotify wrapper for desktop notifications", "license": "LGPLv3", "web": "https://github.com/FedericoCeratto/nim-libnotify" + }, + { + "name": "nimcat", + "url": "https://github.com/shakna-israel/nimcat", + "method": "git", + "tags": [ + "cat", + "cli" + ], + "description": "An implementation of cat in Nim", + "license": "MIT", + "web": "https://github.com/shakna-israel/nimcat", } ] |
