yuzu/externals/vcpkg/ports/aws-c-event-stream/vcpkg.json

23 lines
493 B
JSON
Executable File

{
"name": "aws-c-event-stream",
"version": "0.2.7",
"port-version": 2,
"description": "C99 implementation of the vnd.amazon.event-stream content-type.",
"homepage": "https://github.com/awslabs/aws-c-event-stream",
"supports": "!(windows & 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
}
]
}