vcpkg/ports/wolfssl/vcpkg.json

32 lines
634 B
JSON
Raw Normal View History

{
"name": "wolfssl",
2023-11-03 01:37:58 +08:00
"version": "5.6.4",
"port-version": 1,
"description": "TLS and Cryptographic library for many platforms",
"homepage": "https://wolfssl.com",
"license": "GPL-2.0-or-later",
"supports": "!uwp",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
},
{
"name": "vcpkg-cmake-get-vars",
"host": true
}
],
"features": {
"dtls": {
"description": "DTLS support"
},
"secret-callback": {
"description": "Enables callback to provide TLS keys for debugging"
}
}
}