aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Frady <benjithefrady@gmail.com>2018-10-31 19:10:45 -0400
committerGitHub <noreply@github.com>2018-10-31 19:10:45 -0400
commit264b8cf97cc7bd354a7679ac7eff0487c70f5403 (patch)
tree7f47205cbdf53ecf7151db19c6c91ddd6bdf76ea
parent416b3933fba1877105263ef2da5db44051c136de (diff)
downloadpackages-264b8cf97cc7bd354a7679ac7eff0487c70f5403.tar.gz
packages-264b8cf97cc7bd354a7679ac7eff0487c70f5403.zip
adding nimetry module
-rw-r--r--packages.json14
1 files changed, 14 insertions, 0 deletions
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"
}
]