]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/hunspell/vcpkg.json
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / vcpkg / ports / hunspell / vcpkg.json
1 {
2 "name": "hunspell",
3 "version-string": "1.7.0",
4 "port-version": 3,
5 "description": "The most popular spellchecking library.",
6 "homepage": "https://github.com/hunspell/hunspell",
7 "dependencies": [
8 {
9 "name": "gettext",
10 "host": true,
11 "features": [
12 "tools"
13 ]
14 },
15 "libiconv"
16 ],
17 "features": {
18 "tools": {
19 "description": "Build hunspell tools"
20 }
21 }
22 }