blob: 9545500ccb4ad7dd45a05128ec8a3b81b386ef9b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
{
"name": "kf5sonnet",
"version": "5.98.0",
"description": "Multi-language spell checker",
"homepage": "https://api.kde.org/frameworks/sonnet/html/index.html",
"dependencies": [
"ecm",
"qt5-base",
"qt5-tools",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"hunspell": {
"description": "Spell checking support via Hunspell",
"dependencies": [
"hunspell"
]
}
}
}
|