mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 03:19:01 +08:00
c21f961c2d
* [xerces-c] fix library name in pkg-config file under windows * [xerces-c] add license
20 lines
495 B
JSON
20 lines
495 B
JSON
{
|
|
"name": "xerces-c",
|
|
"version": "3.2.3",
|
|
"port-version": 4,
|
|
"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",
|
|
"features": {
|
|
"icu": {
|
|
"description": "ICU support",
|
|
"dependencies": [
|
|
"icu"
|
|
]
|
|
},
|
|
"xmlch-wchar": {
|
|
"description": "XMLCh type uses wchar_t"
|
|
}
|
|
}
|
|
}
|