mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 18:49:00 +08:00
8c9416f444
* Fix missing usage * fixes * fixes * fixes * fixes * fixes * fixes * fixes * fixes
34 lines
723 B
JSON
34 lines
723 B
JSON
{
|
|
"name": "xerces-c",
|
|
"version": "3.2.4",
|
|
"port-version": 2,
|
|
"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",
|
|
"dependencies": [
|
|
{
|
|
"name": "libiconv",
|
|
"platform": "!windows & !osx"
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"icu": {
|
|
"description": "ICU support",
|
|
"dependencies": [
|
|
"icu"
|
|
]
|
|
},
|
|
"xmlch-wchar": {
|
|
"description": "XMLCh type uses wchar_t"
|
|
}
|
|
}
|
|
}
|