vcpkg/ports/libxml2/vcpkg.json
2021-07-21 15:40:01 -07:00

19 lines
415 B
JSON

{
"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"
}
}
}