vcpkg/ports/libxml2/vcpkg.json

19 lines
415 B
JSON
Raw Normal View History

{
"name": "libxml2",
"version-semver": "2.9.12",
2021-07-22 00:40:01 +02:00
"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"
}
}
}