aboutsummaryrefslogtreecommitdiff
path: root/ports/libxml2/vcpkg.json
blob: bb9b73883870cddb663678662deea4498f2080ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "libxml2",
  "version-semver": "2.9.12",
  "port-version": 1,
  "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/",
  "supports": "!uwp",
  "dependencies": [
    "libiconv",
    "liblzma",
    "zlib"
  ],
  "features": {
    "tools": {
      "description": "Build tools"
    }
  }
}