mirror of
https://gitee.com/openharmony/ohos_bundles
synced 2024-11-23 04:40:04 +00:00
20 lines
528 B
JSON
20 lines
528 B
JSON
{
|
|
"name": "@ohos/mbedtls",
|
|
"version": "1.8.0",
|
|
"license": "Apache V2",
|
|
"description": "An open source, portable, easy to use, readable and flexible SSL library.",
|
|
"publishAs": "code-segment",
|
|
"kerywords": "mbedtls",
|
|
"scripts": {
|
|
"install": "DEST_PATH=${DEP_BUNDLE_BASE}/third_party/mbedtls && mkdir -p $DEST_PATH && cp -r ./* $DEST_PATH"
|
|
},
|
|
"author": {},
|
|
"tags": [
|
|
"third_party"
|
|
],
|
|
"ohos": {
|
|
"os": "1.0.0",
|
|
"kernel": "",
|
|
"board": ""
|
|
}
|
|
} |