mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 02:19:01 +08:00
5176f6e84d
* Update mqtt-cpp to 12.0.0 * Update CI baseline Co-authored-by: chausner <chausner@users.noreply.github.com>
22 lines
447 B
JSON
22 lines
447 B
JSON
{
|
|
"name": "mqtt-cpp",
|
|
"version-semver": "12.0.0",
|
|
"description": "Header-only MQTT client/server for C++14 based on Boost.Asio.",
|
|
"homepage": "https://github.com/redboltz/mqtt_cpp",
|
|
"dependencies": [
|
|
"boost-any",
|
|
"boost-asio",
|
|
"boost-log",
|
|
"boost-multi-index",
|
|
"boost-type-erasure",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|