vcpkg/ports/nuspell/vcpkg.json

14 lines
390 B
JSON
Raw Normal View History

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