diff options
| author | Federico Ceratto <federico.ceratto@gmail.com> | 2019-03-17 16:23:00 +0000 |
|---|---|---|
| committer | Miran <narimiran@disroot.org> | 2019-03-17 17:23:00 +0100 |
| commit | 1e26ae2fdd4b8964584466eadf5249fc49fc915a (patch) | |
| tree | ad8fb99393393029734e048714bf8b348a1a6610 | |
| parent | 0610648bfb132751115241e8fd12c37a92c6c48c (diff) | |
| download | packages-1e26ae2fdd4b8964584466eadf5249fc49fc915a.tar.gz packages-1e26ae2fdd4b8964584466eadf5249fc49fc915a.zip | |
Add dashing library (#1031)
| -rw-r--r-- | packages.json | 13 |
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" } ] |
