mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 09:09:23 +08:00
6ced774037
* update cmake * update to rc2 * use nightly build * update to rc3 drop freebsd due to dead link and update git while i am at it * fix missing sha * fix relative path * update to 3.27 release * [paho-mqtt] remove usage of OPENSSL_ROOT_DIR * [directxtex] control optional directx-headers dep * v db * IN LIST -> IN_LIST * v db * try fixing azure-storage-cpp * v db * update to 3.27.1
24 lines
586 B
JSON
24 lines
586 B
JSON
{
|
|
"name": "paho-mqtt",
|
|
"version": "1.3.12",
|
|
"port-version": 1,
|
|
"description": "Paho project provides open-source client implementations of MQTT and MQTT-SN messaging protocols aimed at new, existing, and emerging applications for the Internet of Things",
|
|
"homepage": "https://github.com/eclipse/paho.mqtt.c",
|
|
"license": "EPL-2.0",
|
|
"dependencies": [
|
|
{
|
|
"name": "libuuid",
|
|
"platform": "!osx & !windows"
|
|
},
|
|
"openssl",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|