From 35be6017f4326e0554bd0091c031eb613b694d2f Mon Sep 17 00:00:00 2001 From: Andrew Burns Date: Fri, 12 Oct 2018 11:37:47 -0700 Subject: [PATCH] Added package asciigraph --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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" } ]