mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 19:39:00 +08:00
369f642fa0
* Update to wolfSSLv5.5.0. * Update to wolfMQTT v1.14.1 * Update to wolfTPM v2.6.0. Add wolfSSL build options for custom OID's in CSR.
20 lines
386 B
JSON
20 lines
386 B
JSON
{
|
|
"name": "wolfmqtt",
|
|
"version": "1.14.1",
|
|
"description": "MQTT library used with wolfSSL 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
|
|
},
|
|
"wolfssl"
|
|
]
|
|
}
|