mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 07:29:11 +08:00
b011e65517
* [nuspell] Update to version 5.0.0 * x-add-version nuspell
14 lines
390 B
JSON
14 lines
390 B
JSON
{
|
|
"name": "nuspell",
|
|
"version-semver": "5.0.0",
|
|
"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/",
|
|
"dependencies": [
|
|
"icu"
|
|
]
|
|
}
|