19 lines
361 B
JSON
19 lines
361 B
JSON
|
{
|
||
|
"name": "wolfssl",
|
||
|
"version": "5.3.0",
|
||
|
"description": "TLS and Cryptographic libraray 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
|
||
|
}
|
||
|
]
|
||
|
}
|