mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 11:59:01 +08:00
1f9179baa6
* [0.5.12] Update aws-c-cal version. * [1.1.1] Update s2n version * Clarify AWSSDK package usage. * Fix port versions. * [aws-c-cal] Fix libcrypto patch. * [s2n] Fix remove libcrpyto messages patch.
19 lines
366 B
JSON
19 lines
366 B
JSON
{
|
|
"name": "aws-c-cal",
|
|
"version": "0.5.12",
|
|
"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
|
|
}
|
|
]
|
|
}
|