mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 23:49:06 +08:00
35 lines
698 B
JSON
35 lines
698 B
JSON
{
|
|
"name": "wolfssl",
|
|
"version": "5.7.2",
|
|
"port-version": 2,
|
|
"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"
|
|
},
|
|
"quic": {
|
|
"description": "Enable quic support"
|
|
},
|
|
"secret-callback": {
|
|
"description": "Enables callback to provide TLS keys for debugging"
|
|
}
|
|
}
|
|
}
|