diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2018-11-01 20:06:16 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-11-01 20:06:16 +0000 |
| commit | e8f9cd24dac5bde65e0704a68440898e079af0ac (patch) | |
| tree | dd6ae4682e6235e8ce3aaba3a1227ea17c868008 | |
| parent | 923ac6ffb66872575c225b49b58258e0b58b41c8 (diff) | |
| parent | 264b8cf97cc7bd354a7679ac7eff0487c70f5403 (diff) | |
| download | packages-e8f9cd24dac5bde65e0704a68440898e079af0ac.tar.gz packages-e8f9cd24dac5bde65e0704a68440898e079af0ac.zip | |
Merge pull request #917 from ijneb/patch-1
Add nimetry module
| -rw-r--r-- | packages.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 163e2cd..796f984 100644 --- a/packages.json +++ b/packages.json @@ -11284,5 +11284,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" } ] |
