vcpkg/ports/libunibreak/vcpkg.json
Jia Yue Hua 3c2e4c93ed
[libunibreak] update to 5.1 (#34854)
* [libunibreak] update to 5.1

* [libunibreak] update to 5.1
2023-11-02 10:38:18 -07:00

14 lines
458 B
JSON

{
"name": "libunibreak",
"version": "5.1",
"description": "an implementation of the line breaking and word breaking algorithms as described in [Unicode Standard Annex 14] 1 and [Unicode Standard Annex 29] 2. Check the project's [home page] 3 for up-to-date information.",
"homepage": "https://github.com/adah1972/libunibreak",
"license": "zlib-acknowledgement",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
}
]
}