forked from ArkEcosystemArchive/cpp-client
-
Notifications
You must be signed in to change notification settings - Fork 1
/
library.json
73 lines (73 loc) · 1.5 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "Ark-Cpp-Client",
"keywords": "ark ecosystem, crypto, blockchain, arduino",
"description": "Cpp Wrapper for the Ark Ecosystem",
"homepage": "https://github.com/ArkEcosystem/Cpp-Client",
"repository": {
"type": "git",
"url": "https://github.com/ArkEcosystem/Cpp-Client.git"
},
"version": "0.1.0",
"authors": [
{
"name": "Simon Downey",
"email": "simon@ark.io",
"url": "https://github.com/sleepdefic1t"
},
{
"name": "Chris Johnson",
"url": "https://github.com/ciband"
}
],
"frameworks": "arduino",
"platforms": [
"espressif8266",
"espressif32"
],
"dependencies": [
{
"name": "ESP8266HTTPClient",
"frameworks": "arduino",
"platforms": "espressif8266"
},
{
"name": "ESP8266WiFi",
"frameworks": "arduino",
"platforms": "espressif8266"
},
{
"name": "HTTPClient",
"frameworks": "arduino",
"platforms": "espressif32"
},
{
"name": "WiFi",
"frameworks": "arduino",
"platforms": "espressif32"
},
{
"name": "WiFiClientSecure",
"frameworks": "arduino",
"platforms": "espressif32"
}
],
"export": {
"include": [
"src/*"
],
"exclude": [
"test/*",
"examples/*"
]
},
"build": {
"flags": [
"-I src/include/cpp-client"
]
},
"examples": [
"[Ee]xamples/platformio_example/*.ino",
"[Ee]xamples/platformio_example/*.cpp",
"[Ee]xamples/platformio_example/*.c"
]
}