Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

19 lines
377 B
JSON

{
"name": "aws-c-common",
"version": "0.12.2",
"description": "AWS common library for C",
"homepage": "https://github.com/awslabs/aws-c-common",
"license": "Apache-2.0",
"supports": "!(windows & arm32) & !uwp",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}