mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-01 12:41:50 +08:00
acf66d284e
* [minizip] Enable uwp * Test tools * baseline * Add IOWIN32_USING_WINRT_API [skip actions] * Finish PR
32 lines
606 B
JSON
32 lines
606 B
JSON
{
|
|
"name": "minizip",
|
|
"version-semver": "1.2.13",
|
|
"port-version": 2,
|
|
"description": "Minizip zip file manipulation library",
|
|
"homepage": "https://github.com/madler/zlib",
|
|
"license": "Zlib",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
},
|
|
"zlib"
|
|
],
|
|
"features": {
|
|
"bzip2": {
|
|
"description": "Support compression using bzip2 library",
|
|
"dependencies": [
|
|
"bzip2"
|
|
]
|
|
},
|
|
"tools": {
|
|
"description": "Install tools",
|
|
"supports": "!ios"
|
|
}
|
|
}
|
|
}
|