vcpkg/ports/nuspell/vcpkg.json
Dimitrij Mijoski b011e65517
[nuspell] Update to version 5.0.0 (#18590)
* [nuspell] Update to version 5.0.0

* x-add-version nuspell
2021-06-24 13:07:09 -07:00

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"
]
}