mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 02:29:07 +08:00
6359494ca1
* [xerces-c] Don't pick unused libnsl * [xerces-c] Add network feature * [xerces-c] Update supports/baseline * [xerces] More dependency fixes * [libe57] Not supported on android
41 lines
851 B
JSON
41 lines
851 B
JSON
{
|
|
"name": "xerces-c",
|
|
"version": "3.2.4",
|
|
"port-version": 3,
|
|
"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"
|
|
}
|
|
}
|
|
}
|