aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/aws-c-io/vcpkg.json
blob: ddbe0508f0cc03d5352ada8a6fbef0e482d95149 (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.23.3",
  "description": "Handles all IO and TLS work for application protocols.",
  "homepage": "https://github.com/awslabs/aws-c-io",
  "license": "Apache-2.0",
  "dependencies": [
    "aws-c-cal",
    "aws-c-common",
    {
      "name": "s2n",
      "platform": "!uwp & !windows"
    },
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}