forked from Lauszus/Sanguino
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package_lauszus_sanguino_index.json
43 lines (43 loc) · 1.19 KB
/
package_lauszus_sanguino_index.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
{
"packages": [
{
"name": "Sanguino",
"maintainer": "Kristian Sloth Lauszus",
"websiteURL": "http://lauszus.github.io/Sanguino/",
"email": "kristianl@tkjelectronics.dk",
"help": {
"online": "https://github.com/Lauszus/sanguino/"
},
"platforms": [
{
"name": "Sanguino",
"architecture": "avr",
"version": "1.0.0",
"category": "Sanguino",
"help": {
"online": "https://github.com/Lauszus/sanguino/"
},
"url": "https://github.com/Lauszus/Sanguino/releases/download/1.0.0/Sanguino.zip",
"archiveFileName": "Sanguino.zip",
"checksum": "SHA-256:1bfe7707894907a2792884fc726e1fe9251842fac75eaf5ef451bba0c18cbb4e",
"size": "92824",
"boards": [
{"name": "Sanguino"}
],
"toolsDependencies": [
{
"packager": "arduino",
"name": "avr-gcc",
"version": "4.8.1-arduino5"
},
{
"packager": "arduino",
"name": "avrdude",
"version": "6.0.1-arduino5"
}
]
}
]
}
]
}