From a2f7027eec265525986f5202bbc4fd67f3862402 Mon Sep 17 00:00:00 2001 From: Euan Torano Date: Thu, 14 Apr 2016 18:03:19 +0100 Subject: [PATCH] Added package progress --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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" } ]