2021-03-23 06:52:17 +08:00
|
|
|
{
|
|
|
|
"name": "libxml2",
|
2023-09-06 13:32:52 +08:00
|
|
|
"version": "2.11.5",
|
2021-03-23 06:52:17 +08:00
|
|
|
"description": "Libxml2 is the XML C parser and toolkit developed for the Gnome project (but usable outside of the Gnome platform).",
|
2022-12-13 06:34:08 +08:00
|
|
|
"homepage": "https://gitlab.gnome.org/GNOME/libxml2/-/wikis/home",
|
2022-03-01 02:25:31 +08:00
|
|
|
"license": "MIT",
|
2021-03-23 06:52:17 +08:00
|
|
|
"dependencies": [
|
2021-08-03 07:44:53 +08:00
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
2023-03-23 07:20:43 +08:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"default-features": [
|
|
|
|
"iconv",
|
|
|
|
"lzma",
|
2021-03-23 06:52:17 +08:00
|
|
|
"zlib"
|
2021-07-16 08:19:56 +08:00
|
|
|
],
|
|
|
|
"features": {
|
2023-03-23 07:20:43 +08:00
|
|
|
"ftp": {
|
|
|
|
"description": "Add the FTP support",
|
|
|
|
"supports": "!uwp"
|
|
|
|
},
|
|
|
|
"http": {
|
|
|
|
"description": "Add the HTTP support",
|
|
|
|
"supports": "!uwp"
|
|
|
|
},
|
|
|
|
"iconv": {
|
|
|
|
"description": "Add ICONV support",
|
|
|
|
"dependencies": [
|
|
|
|
"libiconv"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"legacy": {
|
|
|
|
"description": "Add deprecated APIs for compatibility"
|
|
|
|
},
|
|
|
|
"lzma": {
|
|
|
|
"description": "Use LZMA",
|
|
|
|
"dependencies": [
|
|
|
|
"liblzma"
|
|
|
|
]
|
|
|
|
},
|
2021-07-16 08:19:56 +08:00
|
|
|
"tools": {
|
|
|
|
"description": "Build tools"
|
2023-03-23 07:20:43 +08:00
|
|
|
},
|
|
|
|
"zlib": {
|
|
|
|
"description": "Use ZLib",
|
|
|
|
"dependencies": [
|
|
|
|
"zlib"
|
|
|
|
]
|
2021-07-16 08:19:56 +08:00
|
|
|
}
|
|
|
|
}
|
2021-03-23 06:52:17 +08:00
|
|
|
}
|