You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
microbit-dal/module.json

30 lines
850 B

{
"name": "microbit-dal",
"version": "2.0.0-rc4",
"license": "MIT",
"description": "The runtime library for the BBC micro:bit, developed by Lancaster University",
8 years ago
"keywords": [
"mbed-classic",
"microbit",
"runtime",
"library",
"lancaster",
"University"
],
"author": "Joe Finney <j.finney@lancaster.ac.uk (mailto:j.finney@lancaster.ac.uk) >",
"homepage": "https://github.com/lancaster-university/microbit-dal/",
8 years ago
"dependencies": {
"mbed-classic": "lancaster-university/mbed-classic#microbit_hfclk+mb5",
"ble": "lancaster-university/BLE_API#v2.5.0+mb3",
"ble-nrf51822": "lancaster-university/nrf51822#v2.5.0+mb6",
"nrf51-sdk": "lancaster-university/nrf51-sdk#v2.2.0+mb4"
},
8 years ago
"extraIncludes": [
"inc/core",
"inc/types",
"inc/drivers",
"inc/bluetooth",
"inc/platform"
]
7 years ago
}