diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2018-06-12 19:44:00 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-06-12 19:44:00 +0100 |
| commit | cc825eb4d1a6bde4e1ca480711969646398e27eb (patch) | |
| tree | eb105120b965d3b64da6b6e25f8ed85bc4cbfccd | |
| parent | 3bb6036030a6479b6b01d7d41da04e307ec43f85 (diff) | |
| parent | 5c856e72b46a28044ee76a6f0a82182a2913a14a (diff) | |
| download | packages-cc825eb4d1a6bde4e1ca480711969646398e27eb.tar.gz packages-cc825eb4d1a6bde4e1ca480711969646398e27eb.zip | |
Merge pull request #763 from QuinnFreedman/add-nimgraphviz1717
Add package nimgraphviz
| -rw-r--r-- | packages.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/packages.json b/packages.json index a589db8..ef66733 100644 --- a/packages.json +++ b/packages.json @@ -9585,5 +9585,20 @@ "description": "Nim-based DSL allowing to generate SVG files and GIF animations.", "license": "MIT", "web": "https://github.com/bluenote10/NimSvg" + }, + { + "name": "nimgraphviz", + "url": "https://github.com/QuinnFreedman/nimgraphviz", + "method": "git", + "tags": [ + "graph", + "viz", + "graphviz", + "dot", + "pygraphviz" + ], + "description": "Nim bindings for the GraphViz tool and the DOT graph language", + "license": "MIT", + "web": "https://github.com/QuinnFreedman/nimgraphviz" } ] |
