aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/aws-c-http/vcpkg.json
blob: 4773b7d473d99897ae4bfbcaa55f039476db474b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "name": "aws-c-http",
  "version": "0.10.6",
  "description": "C99 implementation of the HTTP/1.1 and HTTP/2 specifications",
  "homepage": "https://github.com/awslabs/aws-c-http",
  "license": "Apache-2.0",
  "dependencies": [
    "aws-c-cal",
    "aws-c-common",
    "aws-c-compression",
    "aws-c-io",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}