vcpkg/ports/xerces-c/vcpkg.json
2024-01-08 13:08:13 -08:00

40 lines
837 B
JSON

{
"name": "xerces-c",
"version-semver": "3.2.5",
"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",
"license": "Apache-2.0",
"supports": "!uwp",
"dependencies": [
{
"name": "libiconv",
"platform": "!windows & !osx"
},
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"default-features": [
"network"
],
"features": {
"icu": {
"description": "ICU support",
"dependencies": [
"icu"
]
},
"network": {
"description": "Network support"
},
"xmlch-wchar": {
"description": "XMLCh type uses wchar_t"
}
}
}