vcpkg/ports/aws-c-io/vcpkg.json
Jia Yue Hua 4e9fefefc5
[aws-c-io] update to 0.13.35 (#35054)
* [aws-c-io] update to 0.13.35

* [aws-c-io] update to 0.13.35
2023-11-14 00:23:00 -08:00

25 lines
505 B
JSON

{
"name": "aws-c-io",
"version": "0.13.35",
"description": "Handles all IO and TLS work for application protocols.",
"homepage": "https://github.com/awslabs/aws-c-io",
"license": "Apache-2.0",
"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
}
]
}