mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 02:48:58 +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.
18 lines
341 B
JSON
18 lines
341 B
JSON
{
|
|
"name": "s2n",
|
|
"version": "1.1.1",
|
|
"description": "C99 implementation of the TLS/SSL protocols.",
|
|
"homepage": "https://github.com/aws/s2n-tls",
|
|
"supports": "!uwp & !windows",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|