aboutsummaryrefslogtreecommitdiff
path: root/ports/graphviz/vcpkg.json
blob: 88243e941299eb4a74a5e85f9d8e4ce3a7d9204b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "graphviz",
  "version-semver": "2.49.1",
  "description": "Graph Visualization Tools",
  "homepage": "https://graphviz.org/",
  "dependencies": [
    "cairo",
    "getopt",
    "libffi",
    "libgd",
    "pango",
    "pkgconf",
    {
      "name": "vcpkg-cmake",
      "host": true
    }
  ]
}