2021-10-13 08:02:59 +08:00
|
|
|
{
|
|
|
|
"name": "graphviz",
|
|
|
|
"version-semver": "2.49.1",
|
2022-06-04 06:13:55 +08:00
|
|
|
"port-version": 4,
|
2021-10-13 08:02:59 +08:00
|
|
|
"description": "Graph Visualization Tools",
|
|
|
|
"homepage": "https://graphviz.org/",
|
2022-02-23 04:56:16 +08:00
|
|
|
"license": "EPL-1.0",
|
2022-06-04 06:13:55 +08:00
|
|
|
"supports": "!(windows & arm64)",
|
2021-10-13 08:02:59 +08:00
|
|
|
"dependencies": [
|
|
|
|
"cairo",
|
|
|
|
"getopt",
|
|
|
|
"libffi",
|
|
|
|
"libgd",
|
|
|
|
"pango",
|
2022-02-23 04:56:16 +08:00
|
|
|
{
|
|
|
|
"name": "pkgconf",
|
|
|
|
"host": true
|
|
|
|
},
|
2021-10-13 08:02:59 +08:00
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|