-
-
Notifications
You must be signed in to change notification settings - Fork 33
/
Copy pathlibrary.json
39 lines (39 loc) · 833 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
{
"name": "avr-debugger",
"version": "1.5",
"description": "Enables debugging Arduino/AVR code with GDB.",
"repository": {
"url": "https://github.com/jdolinay/avr_debug",
"type": "git"
},
"keywords": [
"avr",
"gdb",
"debug"
],
"platforms": [
"atmelavr"
],
"export": {
"exclude": [
"bootloader",
"doc",
"hub4com-*",
"arduino",
"examples/experimental",
"start_proxy*"
]
},
"authors": [
{
"maintainer": true,
"name": "Jan Dolinay",
"url": null,
"email": "[email protected]"
}
],
"build": {
"includeDir": "avr8-stub",
"srcDir": "avr8-stub"
}
}