mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-14 02:18:48 +08:00
21 lines
441 B
JSON
21 lines
441 B
JSON
{
|
|
"name": "aws-c-event-stream",
|
|
"version": "0.5.0",
|
|
"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
|
|
}
|
|
]
|
|
}
|