aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/xerces-c/vcpkg.json
blob: 01393bf1df50ce5e580ad1c255c7607e8d054bc9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
  "name": "xerces-c",
  "version-semver": "3.3.0",
  "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",
  "supports": "!uwp",
  "dependencies": [
    {
      "name": "libiconv",
      "platform": "!windows & !osx"
    },
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ],
  "default-features": [
    "network"
  ],
  "features": {
    "icu": {
      "description": "ICU support",
      "dependencies": [
        "icu"
      ]
    },
    "network": {
      "description": "Network support"
    },
    "xmlch-wchar": {
      "description": "XMLCh type uses wchar_t"
    }
  }
}