blob: de4c3296beea8e595ebe66e80233740d77ce85b0 (
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-event-stream",
"version": "0.2.7",
"description": "C99 implementation of the vnd.amazon.event-stream content-type.",
"homepage": "https://github.com/awslabs/aws-c-event-stream",
"supports": "!arm & !uwp",
"dependencies": [
"aws-c-cal",
"aws-c-common",
"aws-c-io",
"aws-checksums",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}
|