diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2018-07-23 13:32:26 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-07-23 13:32:26 +0100 |
| commit | cd08de900cb311576b8f21f3b0e194c1e4626f96 (patch) | |
| tree | 56bb5fbfa416d44f008c5e27fbf5b85d90dc6623 | |
| parent | 78655e4c3e4c3f916975b019a6f574bda49c2f66 (diff) | |
| parent | bfd1fdd813c14474993d71bbe1f7e188b176839e (diff) | |
| download | packages-cd08de900cb311576b8f21f3b0e194c1e4626f96.tar.gz packages-cd08de900cb311576b8f21f3b0e194c1e4626f96.zip | |
Merge pull request #805 from Calinou/add-clr1207
Added package clr
| -rw-r--r-- | packages.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 61f7453..cd3052b 100644 --- a/packages.json +++ b/packages.json @@ -10059,5 +10059,20 @@ "description": "OpenExchangeRates API Client for Nim. Works with/without SSL. Partially works with/without Free API Key.", "license": "MIT", "web": "https://github.com/juancarlospaco/nim-openexchangerates" + }, + { + "name": "clr", + "url": "https://github.com/Calinou/clr", + "method": "git", + "tags": [ + "commandline", + "color", + "rgb", + "hsl", + "hsv" + ], + "description": "Get information about colors and convert them in the command line", + "license": "MIT", + "web": "https://github.com/Calinou/clr" } ] |
