vcpkg/ports/libxml2/vcpkg.json

13 lines
316 B
JSON
Raw Normal View History

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