mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-30 12:39:01 +08:00
19 lines
366 B
JSON
19 lines
366 B
JSON
|
{
|
||
|
"name": "aws-c-cal",
|
||
|
"version": "0.5.11",
|
||
|
"description": "C99 wrapper for cryptography primitives.",
|
||
|
"homepage": "https://github.com/awslabs/aws-c-cal",
|
||
|
"supports": "!arm & !uwp",
|
||
|
"dependencies": [
|
||
|
"aws-c-common",
|
||
|
{
|
||
|
"name": "vcpkg-cmake",
|
||
|
"host": true
|
||
|
},
|
||
|
{
|
||
|
"name": "vcpkg-cmake-config",
|
||
|
"host": true
|
||
|
}
|
||
|
]
|
||
|
}
|