Last active
December 5, 2016 20:25
-
-
Save aldantas/2309c8f57e88ad748e6a48f23368863d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"packages":[ | |
{ | |
"name":"odb", | |
"maintainer":"One Dollar Board Team", | |
"websiteURL":"https://www.indiegogo.com/projects/one-dollar-board-arduino#/", | |
"email":"", | |
"help":{ | |
"online":"" | |
}, | |
"platforms":[ | |
{ | |
"name": "One Dollar Board Team", | |
"architecture": "avr", | |
"version": "1.0.0", | |
"category": "Contributed", | |
"url": "https://github.com/Onedollarboard/ODB_Core/releases/download/v.0.1/onedollarboard-avr-1.0.0.zip", | |
"archiveFileName": "onedollarboard-avr-1.0.0.zip", | |
"checksum": "SHA-256:CBEFFCFAB6768C5C9F2432E687FD809745E1F8FF19C9DED35A7A1402747D06C0", | |
"size": "130499", | |
"help": { | |
"online": "" | |
}, | |
"boards": [ | |
{ | |
"name": "One Dollar Board" | |
} | |
], | |
"toolsDependencies": [ | |
{ | |
"packager": "odb", | |
"name": "micronucleus", | |
"version": "2.0a5" | |
} | |
] | |
} | |
], | |
"tools":[ | |
{ | |
"name": "micronucleus", | |
"version": "2.0a5", | |
"systems": [ | |
{ | |
"host": "x86_64-linux-gnu", | |
"archiveFileName": "micronucleus-2.0a5-linux64.zip", | |
"url": "https://github.com/Onedollarboard/ODB_Core/releases/download/v.0.1/micronucleus-2.0a5-linux64.zip", | |
"checksum": "SHA-256:3B5A610007FB2C1B97AC9312F31D74332DF7B754933C2E4A10DFD0C654FFF976", | |
"size": "25609" | |
}, | |
{ | |
"host": "i686-mingw32", | |
"archiveFileName": "micronucleus-2.0a5-windows.zip", | |
"url": "https://github.com/Onedollarboard/ODB_Core/releases/download/v.0.1/micronucleus-2.0a5-windows.zip", | |
"checksum": "SHA-256:A0EE854952FF73E00A38AE121F77BE6E02192015546C439D3EB6E9BF223E24A0", | |
"size": "343084" | |
} | |
] | |
} | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment