mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-04 13:39:01 +08:00
23 lines
417 B
JSON
23 lines
417 B
JSON
|
{
|
||
|
"name": "hunspell",
|
||
|
"version-string": "1.7.0",
|
||
|
"port-version": 3,
|
||
|
"description": "The most popular spellchecking library.",
|
||
|
"homepage": "https://github.com/hunspell/hunspell",
|
||
|
"dependencies": [
|
||
|
{
|
||
|
"name": "gettext",
|
||
|
"host": true,
|
||
|
"features": [
|
||
|
"tools"
|
||
|
]
|
||
|
},
|
||
|
"libiconv"
|
||
|
],
|
||
|
"features": {
|
||
|
"tools": {
|
||
|
"description": "Build hunspell tools"
|
||
|
}
|
||
|
}
|
||
|
}
|