mbedtls/yotta/data/module.json

19 lines
426 B
JSON
Raw Normal View History

{
"name": "mbedtls",
2015-09-04 12:33:31 +00:00
"version": "2.1.0",
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-08-04 12:10:28 +00:00
"mbed": { "cmsis-core": "~0.2.3" }
},
"testTargetDependencies": {
"mbed": { "sockets": "~0.3.0" }
}
}