blob: dac362846bfbff4c8850df24a24e4bea7e71322c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
{
"name": "mqtt-cpp",
"version-string": "9.0.0",
"port-version": 1,
"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"
]
}
|