2021-09-09 16:24:04 +08:00
|
|
|
{
|
|
|
|
"name": "xerces-c",
|
2024-01-09 05:08:13 +08:00
|
|
|
"version-semver": "3.2.5",
|
2021-09-09 16:24:04 +08:00
|
|
|
"description": "Xerces-C++ is a XML parser, for parsing, generating, manipulating, and validating XML documents using the DOM, SAX, and SAX2 APIs.",
|
|
|
|
"homepage": "https://github.com/apache/xerces-c",
|
2022-03-16 06:04:53 +08:00
|
|
|
"license": "Apache-2.0",
|
2023-07-06 02:48:02 +08:00
|
|
|
"supports": "!uwp",
|
2023-01-17 04:41:27 +08:00
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "libiconv",
|
|
|
|
"platform": "!windows & !osx"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
|
|
|
}
|
|
|
|
],
|
2023-07-06 02:48:02 +08:00
|
|
|
"default-features": [
|
|
|
|
"network"
|
|
|
|
],
|
2021-09-09 16:24:04 +08:00
|
|
|
"features": {
|
|
|
|
"icu": {
|
|
|
|
"description": "ICU support",
|
|
|
|
"dependencies": [
|
|
|
|
"icu"
|
|
|
|
]
|
|
|
|
},
|
2023-07-06 02:48:02 +08:00
|
|
|
"network": {
|
|
|
|
"description": "Network support"
|
|
|
|
},
|
2021-09-09 16:24:04 +08:00
|
|
|
"xmlch-wchar": {
|
|
|
|
"description": "XMLCh type uses wchar_t"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|