early-access version 2853
This commit is contained in:
22
externals/vcpkg/ports/aws-c-http/vcpkg.json
vendored
Executable file
22
externals/vcpkg/ports/aws-c-http/vcpkg.json
vendored
Executable file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"name": "aws-c-http",
|
||||
"version": "0.6.5",
|
||||
"port-version": 2,
|
||||
"description": "C99 implementation of the HTTP/1.1 and HTTP/2 specifications",
|
||||
"homepage": "https://github.com/awslabs/aws-c-http",
|
||||
"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
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user