-
Notifications
You must be signed in to change notification settings - Fork 1
/
library.json
44 lines (44 loc) · 926 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
{
"name": "cLibDPA-MCU",
"keywords": "IQRF, DPA, communication, spi, uart, rf, radio, wireless",
"description": "IQRF DPA library",
"repository": {
"type": "git",
"url": "https://github.com/iqrfsdk/clibdpa-mcu.git"
},
"version": "1.6.0",
"license": "Apache-2.0",
"authors": [{
"name": "Dusan Machut",
"email": "dusan.machut@iqrf.com",
"url": "https://github.com/MacHut-coder"
},
{
"name": "Rostislav Spinar",
"email": "rostislav.spinar@iqrf.com",
"url": "https://github.com/spinarr",
"maintainer": true
},
{
"name": "Roman Ondracek",
"email": "roman.ondracek@iqrf.com",
"url": "https://github.com/Roman3349"
}],
"frameworks": [
"arduino"
],
"platforms": [
"atmelavr",
"atmelsam",
"microchippic32",
"teensy"
],
"examples": [
"examples/*/*/*.ino"
],
"exclude": [
"ci/",
".gitignore",
".travis.yml"
]
}