mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-04-02 18:46:06 +02:00
17 lines
342 B
JSON
17 lines
342 B
JSON
{
|
|
"name": "mbedtls",
|
|
"version": "1.5.0-alpha2",
|
|
"private": true,
|
|
"licenses": [{
|
|
"type": "GPL-2.0",
|
|
"url": "https://spdx.org/licenses/GPL-2.0"
|
|
}],
|
|
"extraIncludes": ["include"],
|
|
"dependencies": {},
|
|
"targetDependencies": {
|
|
"arm": {
|
|
"mbed": "ARMmbed/mbed-sdk"
|
|
}
|
|
}
|
|
}
|