diff options
| author | Euan Torano <euantorano@gmail.com> | 2016-04-14 18:03:19 +0100 |
|---|---|---|
| committer | Euan Torano <euantorano@gmail.com> | 2016-04-14 18:03:19 +0100 |
| commit | a2f7027eec265525986f5202bbc4fd67f3862402 (patch) | |
| tree | 84e46d25118a329c673031cc239c43cfee260808 | |
| parent | bc49a6175a1f6b04a755c3122b3e1a5da2ede776 (diff) | |
| download | packages-a2f7027eec265525986f5202bbc4fd67f3862402.tar.gz packages-a2f7027eec265525986f5202bbc4fd67f3862402.zip | |
Added package progress
| -rw-r--r-- | packages.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/packages.json b/packages.json index eade614..f5a32ca 100644 --- a/packages.json +++ b/packages.json @@ -4572,5 +4572,19 @@ "description": "Nim wrapper of the Sophia key/value store", "license": "MIT", "web": "https://github.com/gokr/nim-sophia" + }, + { + "name": "progress", + "url": "https://github.com/euantorano/progress.nim", + "method": "git", + "tags": [ + "progress", + "bar", + "terminal", + "ui" + ], + "description": "A simple progress bar for Nim.", + "license": "BSD", + "web": "https://github.com/euantorano/progress.nim" } ] |
