mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-25 00:36:50 +01:00
14 lines
336 B
JSON
14 lines
336 B
JSON
{
|
|
"name": "mbedtls",
|
|
"version": "2.0.5",
|
|
"description": "The mbed TLS crypto/SSL/TLS library",
|
|
"private": true,
|
|
"license": "GPL-2.0",
|
|
"dependencies": {},
|
|
"targetDependencies": {
|
|
"mbed": { "cmsis-core": "~0.2.3" }
|
|
},
|
|
"testTargetDependencies": {
|
|
"mbed": { "sockets": "~0.3.0" }
|
|
}
|
|
}
|