-
Notifications
You must be signed in to change notification settings - Fork 12
/
library.json
45 lines (45 loc) · 923 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
39
40
41
42
43
44
45
{
"name": "Ark-Cpp-Client",
"keywords": "ark ecosystem, crypto, blockchain, iot, arduino",
"description": "A simple API client implementation in C++ for the ARK Blockchain.",
"homepage": "https://github.com/ArkEcosystem/Cpp-Client",
"repository": {
"type": "git",
"url": "https://github.com/ArkEcosystem/Cpp-Client.git"
},
"version": "1.4.1",
"authors": [
{
"name": "Ark Ecosystem",
"email": "[email protected]",
"url": "https://github.com/ArkEcosystem"
}
],
"frameworks": "arduino",
"platforms": [
"espressif8266",
"espressif32"
],
"export": {
"include": [
"src/*",
"examples/*",
"docs/*",
"extras/*",
"*.md",
"*.json",
"*.properties",
"LICENSE",
"*.ini",
"keywords.txt"
],
"exclude": [
"*/*.txt"
]
},
"build": {
"flags": [
"-I src/include/cpp-client"
]
}
}