2021-06-25 04:07:09 +08:00
|
|
|
{
|
|
|
|
"name": "nuspell",
|
2022-10-01 05:34:02 +08:00
|
|
|
"version-semver": "5.1.2",
|
2021-06-25 04:07:09 +08:00
|
|
|
"description": [
|
|
|
|
"Nuspell is a fast and safe spelling checker software program.",
|
|
|
|
"It is designed for languages with rich morphology and complex word compounding.",
|
|
|
|
"Nuspell is written in modern C++ and it supports Hunspell dictionaries."
|
|
|
|
],
|
|
|
|
"homepage": "https://nuspell.github.io/",
|
2022-05-03 11:43:03 +08:00
|
|
|
"license": "LGPL-3.0-or-later",
|
2021-06-25 04:07:09 +08:00
|
|
|
"dependencies": [
|
2022-05-03 11:43:03 +08:00
|
|
|
"icu",
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
|
|
|
}
|
2022-05-06 04:47:56 +08:00
|
|
|
],
|
|
|
|
"features": {
|
|
|
|
"tools": {
|
|
|
|
"description": "Build tools",
|
|
|
|
"dependencies": [
|
|
|
|
"getopt"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2021-06-25 04:07:09 +08:00
|
|
|
}
|