mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 05:19:06 +08:00
fd5058aad6
* [uni-algo] Add new port * [uni-algo] Update hash * [uni-algo] Remove header-only feature vcpkg maintainer-guide.md: Do not use features to implement alternatives Header-only/constexpr feature in v0.7.0 doesn't implement one system locale function so it violates this rule. * [uni-algo] Clean excessive comments vcpkg maintainer-guide.md: Avoid excessive comments in portfiles * [uni-algo] Format json * [uni-algo] Update baseline Run: vcpkg x-add-version uni-algo * [uni-algo] Remove vcpkg_minimum_required * [uni-algo] Update baseline * [uni-algo] Enable install always * [uni-algo] Rerun x-add-version
18 lines
348 B
JSON
18 lines
348 B
JSON
{
|
|
"name": "uni-algo",
|
|
"version-semver": "0.7.0",
|
|
"description": "Unicode Algorithms Implementation",
|
|
"homepage": "https://github.com/uni-algo/uni-algo",
|
|
"license": "Unlicense OR MIT",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|