aboutsummaryrefslogtreecommitdiff
path: root/ports/aws-c-io/vcpkg.json
blob: 411589807e7367dd8be4feb126ca0ed56954c3cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "name": "aws-c-io",
  "version": "0.10.7",
  "description": "Handles all IO and TLS work for application protocols.",
  "homepage": "https://github.com/awslabs/aws-c-io",
  "supports": "!arm & !uwp",
  "dependencies": [
    "aws-c-cal",
    "aws-c-common",
    {
      "name": "s2n",
      "platform": "!uwp & !windows"
    },
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}