vcpkg/ports/s2n/vcpkg.json
2021-09-22 13:28:14 -07:00

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
}
]
}