mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 06:29:05 +08:00
20 lines
389 B
JSON
20 lines
389 B
JSON
{
|
|
"name": "aws-c-common",
|
|
"version": "0.8.9",
|
|
"description": "AWS common library for C",
|
|
"homepage": "https://github.com/awslabs/aws-c-common",
|
|
"license": "Apache-2.0",
|
|
"supports": "!(windows & arm) & !uwp",
|
|
"dependencies": [
|
|
"openssl",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|