mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-30 10:31:38 +08:00
ebb431692d
* [libxml2] Update to 2.9.13 * version * Fix patch * version Co-authored-by: Billy Robert O'Neal <bion@microsoft.com>
26 lines
521 B
JSON
26 lines
521 B
JSON
{
|
|
"name": "libxml2",
|
|
"version-semver": "2.9.13",
|
|
"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/",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
"libiconv",
|
|
"liblzma",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
},
|
|
"zlib"
|
|
],
|
|
"features": {
|
|
"tools": {
|
|
"description": "Build tools"
|
|
}
|
|
}
|
|
}
|