aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFederico Ceratto <federico.ceratto@gmail.com>2019-03-17 16:23:00 +0000
committerMiran <narimiran@disroot.org>2019-03-17 17:23:00 +0100
commit1e26ae2fdd4b8964584466eadf5249fc49fc915a (patch)
treead8fb99393393029734e048714bf8b348a1a6610
parent0610648bfb132751115241e8fd12c37a92c6c48c (diff)
downloadpackages-1e26ae2fdd4b8964584466eadf5249fc49fc915a.tar.gz
packages-1e26ae2fdd4b8964584466eadf5249fc49fc915a.zip
Add dashing library (#1031)
-rw-r--r--packages.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 6b6f345..7825f81 100644
--- a/packages.json
+++ b/packages.json
@@ -12837,5 +12837,18 @@
"description": "MinMaxHeap",
"license": "MIT",
"web": "https://github.com/stefansalewski/minmaxheap"
+ },
+ {
+ "name": "dashing",
+ "url": "https://github.com/FedericoCeratto/nim-dashing",
+ "method": "git",
+ "tags": [
+ "library",
+ "pure",
+ "terminal"
+ ],
+ "description": "Terminal dashboards.",
+ "license": "LGPLv3",
+ "web": "https://github.com/FedericoCeratto/nim-dashing"
}
]