mbedtls/yotta/data/module.json

19 lines
432 B
JSON
Raw Normal View History

{
"name": "mbedtls",
"version": "2.2.1",
2015-08-12 09:37:30 +00:00
"description": "The mbed TLS crypto/SSL/TLS library",
2015-09-04 12:21:07 +00:00
"licenses": [
{
"url": "https://spdx.org/licenses/Apache-2.0",
"type": "Apache-2.0"
}
],
"dependencies": {},
"targetDependencies": {
2015-10-20 07:56:34 +00:00
"mbed": { "cmsis-core": "^1.0.0" }
},
"testTargetDependencies": {
"mbed": { "mbed-drivers": "~0.11.0" }
}
}