mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 02:49:01 +08:00
24c9f30d4c
* add kwsys port * ./vcpkg x-add-version --all * unsupport uwp * ./vcpkg x-add-version --all * Fix versions for port * Update version database * corrections * corrections2 * corrections3 * update hash
18 lines
371 B
JSON
18 lines
371 B
JSON
{
|
|
"name": "kwsys",
|
|
"version-date": "2021-08-06",
|
|
"description": "Provides platform-independent APIs to many common system features",
|
|
"homepage": "https://gitlab.kitware.com/utils/kwsys",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|