vcpkg/ports/libxml2/vcpkg.json
Alexander Neumann ac5b258d82
[libxml2] update to 2.10.3 (#28261)
* [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
2022-12-12 14:34:08 -08:00

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"
}
}
}