diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2018-11-19 23:46:16 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-11-19 23:46:16 +0000 |
| commit | f4ff8b1fc6c1e58d218d7cf4991573a7635bf1b8 (patch) | |
| tree | 2b8712dfd6017b3f17ce5aaea9c7802ef752809d | |
| parent | 2d73366de96223f468ab08a132abad72a9021614 (diff) | |
| parent | 7a33b40539968ec5af6e4430dc49ac7a49509698 (diff) | |
| download | packages-f4ff8b1fc6c1e58d218d7cf4991573a7635bf1b8.tar.gz packages-f4ff8b1fc6c1e58d218d7cf4991573a7635bf1b8.zip | |
Merge pull request #935 from xmonader/add-asciitables2104
Add package asciitables
| -rw-r--r-- | packages.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 511b1f0..6257412 100644 --- a/packages.json +++ b/packages.json @@ -11514,5 +11514,19 @@ "description": "Implementation of exponential backoff for nim", "license": "Apache License 2.0", "web": "https://github.com/CORDEA/backoff" + }, + { + "name": "asciitables", + "url": "https://github.com/xmonader/nim-asciitables", + "method": "git", + "tags": [ + "ascii", + "terminal", + "tables", + "cli" + ], + "description": "terminal ascii tables for nim", + "license": "BSD-3-Clause", + "web": "https://github.com/xmonader/nim-asciitables" } ] |
