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