vcpkg/ports/xerces-c/vcpkg.json
Kai Pastor 688ece7142
[xerces-c] Update to 3.2.4 (#28928)
* [xerces-c] Update to 3.2.4

* Modernize, cleanup

* Update versions
2023-01-16 12:41:27 -08:00

33 lines
702 B
JSON

{
"name": "xerces-c",
"version": "3.2.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",
"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"
}
}
}