vcpkg/ports/graphviz/vcpkg.json

24 lines
394 B
JSON
Raw Normal View History

{
"name": "graphviz",
"version-semver": "2.49.1",
"port-version": 3,
"description": "Graph Visualization Tools",
"homepage": "https://graphviz.org/",
"license": "EPL-1.0",
"dependencies": [
"cairo",
"getopt",
"libffi",
"libgd",
"pango",
{
"name": "pkgconf",
"host": true
},
{
"name": "vcpkg-cmake",
"host": true
}
]
}