mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 20:38:59 +08:00
18 lines
341 B
JSON
18 lines
341 B
JSON
{
|
|
"name": "s2n",
|
|
"version": "1.1.0",
|
|
"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
|
|
}
|
|
]
|
|
}
|