aboutsummaryrefslogtreecommitdiff
path: root/ports/libxml2/vcpkg.json
blob: 68cb1e3eb4da44c680bdff5216b59084ffa2e0dd (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
{
  "name": "libxml2",
  "version-semver": "2.9.12",
  "port-version": 4,
  "description": "Libxml2 is the XML C parser and toolkit developed for the Gnome project (but usable outside of the Gnome platform).",
  "homepage": "https://xmlsoft.org/",
  "dependencies": [
    "libiconv",
    "liblzma",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    },
    "zlib"
  ],
  "features": {
    "tools": {
      "description": "Build tools"
    }
  }
}