mirror of
https://github.com/openharmony/ohos_bundles.git
synced 2026-07-01 06:41:17 -04:00
24 lines
593 B
JSON
24 lines
593 B
JSON
{
|
|
"name": "@ohos/musl",
|
|
"version": "1.8.0",
|
|
"publishAs": "code-segment",
|
|
"description": "musl is an MIT-licensed implementation of the standard C library",
|
|
"scripts": {
|
|
"install": "DEST_PATH=${DEP_BUNDLE_BASE}/third_party/musl&&mkdir -p $DEST_PATH && cp -r ./* $DEST_PATH"
|
|
},
|
|
"keywords": [
|
|
"thirdparty",
|
|
"musl"
|
|
],
|
|
"license": "Apache V2",
|
|
"repository": "",
|
|
"homepage": "http://www.musl-libc.org",
|
|
"tags": [
|
|
"third_party"
|
|
],
|
|
"ohos": {
|
|
"os": "1.0.0",
|
|
"kernel": "",
|
|
"board": ""
|
|
}
|
|
} |