aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/aws-c-event-stream/vcpkg.json
blob: ce7208895430ace82009bae491e8b357b4deb0e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "name": "aws-c-event-stream",
  "version": "0.5.7",
  "description": "C99 implementation of the vnd.amazon.event-stream content-type.",
  "homepage": "https://github.com/awslabs/aws-c-event-stream",
  "license": "Apache-2.0",
  "dependencies": [
    "aws-c-common",
    "aws-c-io",
    "aws-checksums",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}