diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2017-02-01 19:26:46 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-02-01 19:26:46 +0100 |
| commit | c08dbba1f755b79cd6de8b0ae6b97348a33d4d13 (patch) | |
| tree | 8f7c548f1623f4a20bb695ab44c8d01e651239a4 | |
| parent | 4dda8a3d5ddd563dea7aa4096da895049f1815aa (diff) | |
| parent | e0aaf9e0f85d20f6531bd9fb4452340663371496 (diff) | |
| download | packages-c08dbba1f755b79cd6de8b0ae6b97348a33d4d13.tar.gz packages-c08dbba1f755b79cd6de8b0ae6b97348a33d4d13.zip | |
Merge pull request #462 from konqoro/patch-3
Add gnuplot package
| -rw-r--r-- | packages.json | 13 |
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" } ] |
