1{ 2 "name": "@ohos/musl", 3 "description": "musl is an MIT-licensed implementation of the standard C library", 4 "version": "3.1", 5 "license": "MIT", 6 "publishAs": "code-segment", 7 "segment": { 8 "destPath": "third_party/musl" 9 }, 10 "dirs": {}, 11 "scripts": {}, 12 "licensePath": "COPYRIGHT", 13 "readmePath": { 14 "en": "README" 15 }, 16 "component": { 17 "name": "musl", 18 "subsystem": "thirdparty", 19 "syscap": [], 20 "features": [], 21 "adapted_system_type": ["mini", "small", "standard"], 22 "rom": "", 23 "ram": "", 24 "deps": { 25 "components": [], 26 "third_party": [ 27 "benchmark", 28 "cJSON" 29 ] 30 }, 31 "build": { 32 "sub_component": [], 33 "inner_kits": [], 34 "test": [ 35 "//third_party/musl/fuzztest:fuzztest" 36 ] 37 } 38 } 39}