-
-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage_foo_index.json
46 lines (46 loc) · 1.28 KB
/
package_foo_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
44
45
46
{
"packages": [
{
"name": "foopackager",
"maintainer": "Jane Developer",
"websiteURL": "http://example.com",
"email": "[email protected]",
"help": {
"online": "http://example.com"
},
"platforms": [
{
"name": "My AVR Board",
"architecture": "avr",
"version": "1.0.0",
"category": "Contributed",
"help": {
"online": "http://example.com"
},
"url": "http://httpstat.us/403",
"archiveFileName": "myboard-1.0.0.zip",
"checksum": "SHA-256:ec3ff8a1dc96d3ba6f432b9b837a35fd4174a34b3d2927de1d51010e8b94f9f1",
"size": "15005",
"boards": [],
"toolsDependencies": []
},
{
"name": "My SAMD Board",
"architecture": "samd",
"version": "1.0.0",
"category": "Contributed",
"help": {
"online": "http://example.com"
},
"url": "http://httpstat.us/404",
"archiveFileName": "myboard-1.0.0.zip",
"checksum": "SHA-256:ec3ff8a1dc96d3ba6f432b9b837a35fd4174a34b3d2927de1d51010e8b94f9f1",
"size": "15005",
"boards": [],
"toolsDependencies": []
}
],
"tools": []
}
]
}