early-access version 2853
This commit is contained in:
19
externals/vcpkg/ports/xerces-c/vcpkg.json
vendored
Executable file
19
externals/vcpkg/ports/xerces-c/vcpkg.json
vendored
Executable file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user