mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 07:39:01 +08:00
19 lines
360 B
JSON
19 lines
360 B
JSON
{
|
|
"name": "wolfssl",
|
|
"version": "5.6.3",
|
|
"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
|
|
}
|
|
]
|
|
}
|