mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 05:39:30 +08:00
7a6855abec
* Update s2n's version * Update s2n's version * Update s2n * Update s2n's patch * Update s2n's patch * Update ports/s2n/vcpkg.json Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> * Update s2n's version * Update s2n's version * Update versions * Update versions * Update versions * Update versions * Update versions * Update versions * Update versions * Update versions * Update versions * Update versions * Update versions * Update to 1.3.5 * Update to 1.3.5 * Update to 1.3.5 * Update to 1.3.5 Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> Co-authored-by: Ahmed Yarub Hani Al Nuaimi <ahmed.alnuaimi@zwift.com>
24 lines
445 B
JSON
24 lines
445 B
JSON
{
|
|
"name": "s2n",
|
|
"version": "1.3.5",
|
|
"description": "C99 implementation of the TLS/SSL protocols.",
|
|
"homepage": "https://github.com/aws/s2n-tls",
|
|
"supports": "!uwp & !windows",
|
|
"dependencies": [
|
|
"openssl",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"tests": {
|
|
"description": "Build and run the tests"
|
|
}
|
|
}
|
|
}
|