aboutsummaryrefslogtreecommitdiff
path: root/ports/libxml2/vcpkg.json
blob: 617e3a4a5b4a50cddf1c8ebe52cf80c0b57f9ac4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "name": "libxml2",
  "version-semver": "2.9.10",
  "port-version": 7,
  "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",
    "zlib"
  ]
}