mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-04 21:29:01 +08:00
18 lines
342 B
JSON
18 lines
342 B
JSON
|
{
|
||
|
"name": "s2n",
|
||
|
"version": "1.0.17",
|
||
|
"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
|
||
|
}
|
||
|
]
|
||
|
}
|