mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 12:39:06 +08:00
66045de4dc
* wolfSSL release updates for wolfTPM v2.5.0, wolfSSL v5.4.0 and wolfMQTT v1.14.0. * Fixes for wolfSSL, wolfTPM and wolfMQTT for CMake issues.
19 lines
360 B
JSON
19 lines
360 B
JSON
{
|
|
"name": "wolfssl",
|
|
"version": "5.4.0",
|
|
"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
|
|
}
|
|
]
|
|
}
|