Merge pull request #763 from QuinnFreedman/add-nimgraphviz1717

Add package nimgraphviz
This commit is contained in:
Dominik Picheta 2018-06-12 19:44:00 +01:00 committed by GitHub
commit cc825eb4d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"
}
]