mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 00:49:01 +08:00
ac5b258d82
* [libxml2] update to 2.10.3 * v db * remove commented code * v db * change homepage * v db * add log files to ffmpeg * copy out libxml-2.0.pc * fix pc file * revert ffmpeg changes * v db
26 lines
545 B
JSON
26 lines
545 B
JSON
{
|
|
"name": "libxml2",
|
|
"version": "2.10.3",
|
|
"description": "Libxml2 is the XML C parser and toolkit developed for the Gnome project (but usable outside of the Gnome platform).",
|
|
"homepage": "https://gitlab.gnome.org/GNOME/libxml2/-/wikis/home",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
"libiconv",
|
|
"liblzma",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
},
|
|
"zlib"
|
|
],
|
|
"features": {
|
|
"tools": {
|
|
"description": "Build tools"
|
|
}
|
|
}
|
|
}
|