vcpkg/ports/aws-c-http/vcpkg.json
Jia Yue Hua 12a8d58dcd
[aws-c-http] update to 0.8.0 (#36173)
* [aws-c-http] update to 0.8.0

* [aws-c-http] update to 0.8.0
2024-01-16 10:52:00 -08:00

23 lines
484 B
JSON

{
"name": "aws-c-http",
"version": "0.8.0",
"description": "C99 implementation of the HTTP/1.1 and HTTP/2 specifications",
"homepage": "https://github.com/awslabs/aws-c-http",
"license": "Apache-2.0",
"supports": "!(windows & arm) & !uwp",
"dependencies": [
"aws-c-cal",
"aws-c-common",
"aws-c-compression",
"aws-c-io",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}