mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-23 01:05:39 +01:00
a7ffc8f739
The minor version must rise to allow other software with dependencies on mbed TLS to be dependent on the next version following the 2016 Q1 release.
19 lines
431 B
JSON
19 lines
431 B
JSON
{
|
|
"name": "mbedtls",
|
|
"version": "2.3.0",
|
|
"description": "The mbed TLS crypto/SSL/TLS library",
|
|
"licenses": [
|
|
{
|
|
"url": "https://spdx.org/licenses/Apache-2.0",
|
|
"type": "Apache-2.0"
|
|
}
|
|
],
|
|
"dependencies": {},
|
|
"targetDependencies": {
|
|
"mbed": { "cmsis-core": "^1.0.0" }
|
|
},
|
|
"testTargetDependencies": {
|
|
"mbed": { "mbed-drivers": "^1.0.0" }
|
|
}
|
|
}
|