mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 17:09:07 +08:00
7ef97003d7
* aws-c-common from 0.6.9 -> 0.6.20 * aws-c-io from 0.10.7 -> 0.10.22
24 lines
478 B
JSON
24 lines
478 B
JSON
{
|
|
"name": "aws-c-io",
|
|
"version": "0.10.22",
|
|
"description": "Handles all IO and TLS work for application protocols.",
|
|
"homepage": "https://github.com/awslabs/aws-c-io",
|
|
"supports": "!(windows & arm) & !uwp",
|
|
"dependencies": [
|
|
"aws-c-cal",
|
|
"aws-c-common",
|
|
{
|
|
"name": "s2n",
|
|
"platform": "!uwp & !windows"
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|