aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2018-10-12 23:35:51 +0100
committerGitHub <noreply@github.com>2018-10-12 23:35:51 +0100
commit804964b1695a7b9dfd94e27e5937a95613d8d9e2 (patch)
treefc347f131ac589b44fd50560067795df064bac6d
parent53721b3504aae3c751ce8cf58c94fb848eb6416d (diff)
parent35be6017f4326e0554bd0091c031eb613b694d2f (diff)
downloadpackages-804964b1695a7b9dfd94e27e5937a95613d8d9e2.tar.gz
packages-804964b1695a7b9dfd94e27e5937a95613d8d9e2.zip
Merge pull request #890 from KeepCoolWithCoolidge/add-asciigraph1837
Add package asciigraph
-rw-r--r--packages.json14
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"
}
]