2021-05-02 02:16:52 +08:00
|
|
|
{
|
|
|
|
"name": "icu",
|
2023-06-22 13:58:38 +08:00
|
|
|
"version": "73.1",
|
2023-12-08 04:22:04 +08:00
|
|
|
"port-version": 2,
|
2021-05-02 02:16:52 +08:00
|
|
|
"description": "Mature and widely used Unicode and localization library.",
|
2021-09-24 08:45:11 +08:00
|
|
|
"homepage": "https://icu.unicode.org/home",
|
2022-05-05 10:25:20 +08:00
|
|
|
"license": "ICU",
|
2021-05-02 02:16:52 +08:00
|
|
|
"supports": "!uwp",
|
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "icu",
|
2023-01-27 13:40:42 +08:00
|
|
|
"host": true,
|
|
|
|
"features": [
|
|
|
|
"tools"
|
|
|
|
]
|
2021-05-02 02:16:52 +08:00
|
|
|
}
|
2023-01-27 13:40:42 +08:00
|
|
|
],
|
|
|
|
"features": {
|
|
|
|
"tools": {
|
|
|
|
"description": "Build tools"
|
|
|
|
}
|
|
|
|
}
|
2021-05-02 02:16:52 +08:00
|
|
|
}
|