aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/mxml/vcpkg.json
blob: 2b48247dba3d1652b21849d2e0ba4e82d7078e52 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "name": "mxml",
  "version": "4.0.4",
  "port-version": 1,
  "description": "A tiny xml parsing library",
  "homepage": "https://github.com/michaelrsweet/mxml",
  "license": "Apache-2.0",
  "supports": "!(windows & (uwp | static | arm))",
  "dependencies": [
    {
      "name": "vcpkg-make",
      "host": true,
      "platform": "!windows | mingw"
    },
    {
      "name": "vcpkg-msbuild",
      "host": true,
      "platform": "windows & !mingw"
    }
  ]
}