vcpkg/ports/libxml2/vcpkg.json
bucurb 7338d7ec1a
[libxml2] Fix target (#18714)
* fix LibXml2 target dependencies

* updated version files
2021-07-01 09:49:04 -07:00

13 lines
316 B
JSON

{
"name": "libxml2",
"version-semver": "2.9.10",
"port-version": 8,
"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"
]
}