mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 14:49:00 +08:00
ddfcc232b4
* - updated catch2 to version 2.13.5 - replaced CONTROL file with proper manifest * vcpkg x-add-version catch2 * removed a file added to the wrong branch * [mosquitto] fixed building of static libraries * vcpkg x-add-version mosquitto
14 lines
619 B
JSON
14 lines
619 B
JSON
{
|
|
"name": "mosquitto",
|
|
"version": "2.0.12",
|
|
"port-version": 3,
|
|
"description": "Mosquitto is an open source message broker that implements the MQ Telemetry Transport protocol versions 3.1 and 3.1.1, MQTT provides a lightweight method of carrying out messaging using a publish/subscribe model, This makes it suitable for machine to machine messaging such as with low power sensors or mobile devices such as phones, embedded computers or microcontrollers like the Arduino",
|
|
"homepage": "https://mosquitto.org/download/",
|
|
"dependencies": [
|
|
"c-ares",
|
|
"libwebsockets",
|
|
"openssl",
|
|
"pthreads"
|
|
]
|
|
}
|