diff options
| author | Andrew Burns <andy85719@gmail.com> | 2018-10-12 11:37:47 -0700 |
|---|---|---|
| committer | Andrew Burns <andy85719@gmail.com> | 2018-10-12 11:37:47 -0700 |
| commit | 35be6017f4326e0554bd0091c031eb613b694d2f (patch) | |
| tree | fc347f131ac589b44fd50560067795df064bac6d | |
| parent | 53721b3504aae3c751ce8cf58c94fb848eb6416d (diff) | |
| download | packages-35be6017f4326e0554bd0091c031eb613b694d2f.tar.gz packages-35be6017f4326e0554bd0091c031eb613b694d2f.zip | |
Added package asciigraph
| -rw-r--r-- | packages.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 2d96c6b..829e7d0 100644 --- a/packages.json +++ b/packages.json @@ -11060,5 +11060,19 @@ "description": "Parses an XML Document into a XML DOM Document representation.", "license": "MIT", "web": "https://github.com/nim-lang/graveyard/tree/master/xmldomparser" + }, + { + "name": "asciigraph", + "url": "https://github.com/KeepCoolWithCoolidge/asciigraph", + "method": "git", + "tags": [ + "graph", + "plot", + "terminal", + "io" + ], + "description": "Console ascii line charts in pure nim", + "license": "MIT", + "web": "https://github.com/KeepCoolWithCoolidge/asciigraph" } ] |
