mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 13:31:27 +08:00
cfcb3c761a
* Updated libunibreak and added config.cmake file * Updated version * Updated the manifest file * updated git-tree * Remove vcpkg-cmake-config dependency * updated version * Fix issue with libunibreak-config.cmake.in * updated git-tree * increased port-version * updated git-tree Co-authored-by: Benjamin Oldenburg <benamin.oldenburg@ordis.co.th>
15 lines
479 B
JSON
15 lines
479 B
JSON
{
|
|
"name": "libunibreak",
|
|
"version": "5.0",
|
|
"port-version": 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
|
|
}
|
|
]
|
|
}
|