-
Notifications
You must be signed in to change notification settings - Fork 5
/
library.json
38 lines (38 loc) · 854 Bytes
/
library.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "ReconnectingMqttClient",
"description": "ReconnectingMqttClient is an open-source simple and portable C++ MQTT client library",
"keywords": "communication,protocol,mqtt,client,network,c++,arduino,posix,windows,linux,esp8266,esp32,raspberry",
"license": "Apache-2.0",
"authors":
{
"name": "Fred Larsen",
"email": "[email protected]",
"maintainer": true
},
"repository":
{
"type": "git",
"url": "https://github.com/fredilarsen/ReconnectingMqttClient.git"
},
"version": "1.2.0",
"examples": [
"examples/*/*/*.ino"
],
"frameworks": "arduino",
"dependencies": {
"PJON" : ">=13.0"
},
"platforms":
[
"atmelavr",
"atmelsam",
"espressif8266",
"esp32",
"teensy",
"linux_x86_64",
"windows_x86"
],
"build" : {
"flags": "-std=c++11"
}
}