aboutsummaryrefslogtreecommitdiff
path: root/ports/nuspell/vcpkg.json
blob: 5840ce1c50b45942900775730062fdee4f39db6e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "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"
  ]
}