2021-04-10 00:50:00 +08:00
|
|
|
{
|
|
|
|
"name": "hunspell",
|
2023-10-03 07:10:08 +08:00
|
|
|
"version": "1.7.2",
|
2024-04-04 07:15:27 +08:00
|
|
|
"port-version": 1,
|
2021-04-10 00:50:00 +08:00
|
|
|
"description": "The most popular spellchecking library.",
|
|
|
|
"homepage": "https://github.com/hunspell/hunspell",
|
2022-08-26 01:59:30 +08:00
|
|
|
"license": "MPL-1.1 OR LGPL-2.1-or-later OR GPL-2.0-or-later",
|
2023-06-16 05:49:00 +08:00
|
|
|
"supports": "!uwp & !xbox",
|
2021-04-10 00:50:00 +08:00
|
|
|
"dependencies": [
|
|
|
|
"libiconv"
|
|
|
|
],
|
|
|
|
"features": {
|
2022-08-26 01:59:30 +08:00
|
|
|
"nls": {
|
|
|
|
"description": "Enable native language support",
|
|
|
|
"supports": "!windows | mingw",
|
2021-11-24 04:15:32 +08:00
|
|
|
"dependencies": [
|
2022-08-26 01:59:30 +08:00
|
|
|
"gettext",
|
2021-11-24 04:15:32 +08:00
|
|
|
{
|
|
|
|
"name": "gettext",
|
|
|
|
"host": true,
|
|
|
|
"features": [
|
|
|
|
"tools"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
2022-08-26 01:59:30 +08:00
|
|
|
},
|
|
|
|
"tools": {
|
2024-04-04 07:15:27 +08:00
|
|
|
"description": "Build hunspell tools",
|
|
|
|
"supports": "!windows | mingw"
|
2021-04-10 00:50:00 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|