aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/graphviz/vcpkg.json
blob: 40444a9f5caff373f92ac89fc4acd30081d83762 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
  "name": "graphviz",
  "version-semver": "10.0.1",
  "port-version": 3,
  "description": "Graph Visualization Tools",
  "homepage": "https://graphviz.org/",
  "license": "EPL-1.0",
  "supports": "!staticcrt",
  "dependencies": [
    {
      "name": "cairo",
      "default-features": false
    },
    "expat",
    "gdk-pixbuf",
    "getopt",
    "gts",
    {
      "name": "libgd",
      "default-features": false,
      "features": [
        "fontconfig",
        "freetype",
        "jpeg",
        "png",
        "tiff"
      ]
    },
    "librsvg",
    "libwebp",
    "pango",
    {
      "name": "pkgconf",
      "host": true
    },
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    "zlib"
  ]
}