mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 12:28:59 +08:00
00150f5bba
* [libxml2] Disable http and ftp on UWP * add version record * Replace option to set * fix typo * update version record
13 lines
316 B
JSON
13 lines
316 B
JSON
{
|
|
"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"
|
|
]
|
|
}
|