vcpkg/ports/mosquitto/vcpkg.json
georg-emg ddfcc232b4
[mosquitto] fixed building of static libraries (#21131)
* - 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
2021-11-09 13:40:47 -08:00

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"
]
}