aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkonqoro <capoiosct@gmail.com>2017-02-01 20:20:57 +0200
committerGitHub <noreply@github.com>2017-02-01 20:20:57 +0200
commite0aaf9e0f85d20f6531bd9fb4452340663371496 (patch)
tree8f7c548f1623f4a20bb695ab44c8d01e651239a4
parent4dda8a3d5ddd563dea7aa4096da895049f1815aa (diff)
downloadpackages-e0aaf9e0f85d20f6531bd9fb4452340663371496.tar.gz
packages-e0aaf9e0f85d20f6531bd9fb4452340663371496.zip
Add gnuplot package
-rw-r--r--packages.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 9436128..fc68f2d 100644
--- a/packages.json
+++ b/packages.json
@@ -5822,5 +5822,18 @@
"description": "tools for handling CSV files (comma or tab-separated) with an API similar to Python's CSVDictReader and -Writer.",
"license": "MIT",
"web": "https://github.com/apahl/csvtable"
+ },
+ {
+ "name": "gnuplot",
+ "url": "https://github.com/dvolk/gnuplot.nim",
+ "method": "git",
+ "tags": [
+ "plot",
+ "graphing",
+ "data"
+ ],
+ "description": "Nim interface to gnuplot",
+ "license": "MIT",
+ "web": "https://github.com/dvolk/gnuplot.nim"
}
]