From 627676b27a9b20d87ec8125465a116a0131df795 Mon Sep 17 00:00:00 2001 From: Vindaar Date: Fri, 25 Oct 2019 16:29:31 +0200 Subject: [PATCH] add ginger, ggplotnim (#1219) --- packages.json | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/packages.json b/packages.json index 8f4463a..3c1c480 100644 --- a/packages.json +++ b/packages.json @@ -14924,5 +14924,36 @@ "description": "Nim Static Blog & Site Generator", "license": "MIT", "web": "https://github.com/thebigbaron/pine" + }, + { + "name": "ginger", + "url": "https://github.com/Vindaar/ginger", + "method": "git", + "tags": [ + "library", + "cairo", + "graphics", + "plotting" + ], + "description": "A Grid (R) like package in Nim", + "license": "MIT", + "web": "https://github.com/Vindaar/ginger" + }, + { + "name": "ggplotnim", + "url": "https://github.com/Vindaar/ggplotnim", + "method": "git", + "tags": [ + "library", + "grammar of graphics", + "gog", + "ggplot2", + "plotting", + "graphics", + "dataframe" + ], + "description": "A port of ggplot2 for Nim", + "license": "MIT", + "web": "https://github.com/Vindaar/ggplotnim" } ]