mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 21:59:10 +08:00
3c2e4c93ed
* [libunibreak] update to 5.1 * [libunibreak] update to 5.1
14 lines
458 B
JSON
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
|
|
}
|
|
]
|
|
}
|