From 264b8cf97cc7bd354a7679ac7eff0487c70f5403 Mon Sep 17 00:00:00 2001 From: Benjamin Frady Date: Wed, 31 Oct 2018 19:10:45 -0400 Subject: [PATCH] adding nimetry module --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 54a3aa2..312f06e 100644 --- a/packages.json +++ b/packages.json @@ -11299,5 +11299,19 @@ "license": "MIT", "web": "https://github.com/samuelroy/coco", "doc": "https://samuelroy.github.io/coco/" + }, + { + "name": "nimetry", + "url": "https://github.com/ijneb/nimetry", + "method": "git", + "tags": [ + "plot", + "graph", + "chart" + ], + "description": "Plotting module in pure nim", + "license": "CC0", + "web": "https://github.com/ijneb/nimetry", + "doc": "https://ijneb.github.io/nimetry" } ]