aboutsummaryrefslogtreecommitdiff
path: root/ports/xerces-c/vcpkg.json
blob: fb3ff4cab6bed4704dd99f75c8267a4a9020c910 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "xerces-c",
  "version-string": "3.2.3",
  "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",
  "features": {
    "icu": {
      "description": "ICU support",
      "dependencies": [
        "icu"
      ]
    },
    "xmlch-wchar": {
      "description": "XMLCh type uses wchar_t"
    }
  }
}