mirror of
https://gitee.com/openharmony/third_party_icu
synced 2024-11-23 08:10:07 +00:00
31 lines
878 B
JSON
31 lines
878 B
JSON
|
{
|
||
|
"name": "@ohos/icu",
|
||
|
"description": "ICU is a mature, widely used set of portable C/C++ and Java libraries for Unicode support, software internationalization and globalization (i18n/g11n). The packages are mirrors of the main website.",
|
||
|
"version": "3.1",
|
||
|
"license": "ICU,BSD 3-Clause",
|
||
|
"publishAs": "code-segment",
|
||
|
"segment": {
|
||
|
"destPath": "third_party/icu"
|
||
|
},
|
||
|
"dirs": {},
|
||
|
"scripts": {},
|
||
|
"licensePath": "icu4c/LICENSE",
|
||
|
"component": {
|
||
|
"name": "thirdparty_icu",
|
||
|
"subsystem": "",
|
||
|
"syscap": [],
|
||
|
"features": [],
|
||
|
"adapted_system_type": [],
|
||
|
"rom": "",
|
||
|
"ram": "",
|
||
|
"deps": {
|
||
|
"components": [],
|
||
|
"third_party": []
|
||
|
},
|
||
|
"build": {
|
||
|
"sub_component": [],
|
||
|
"inner_kits": [],
|
||
|
"test": []
|
||
|
}
|
||
|
}
|
||
|
}
|