vcpkg/ports/libxml2/vcpkg.json
Jack·Boos·Yu 00150f5bba
[libxml2] Disable http and ftp on UWP (#16726)
* [libxml2] Disable http and ftp on UWP

* add version record

* Replace option to set

* fix typo

* update version record
2021-03-22 15:52:17 -07:00

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