mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 08:49:01 +08:00
4ad8fc2a83
* minizip enable clang-cl builds * v db * update scripts in port * v db
28 lines
509 B
JSON
28 lines
509 B
JSON
{
|
|
"name": "minizip",
|
|
"version-semver": "1.2.11",
|
|
"port-version": 11,
|
|
"description": "Zip compression library",
|
|
"homepage": "https://github.com/madler/zlib",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
},
|
|
"zlib"
|
|
],
|
|
"features": {
|
|
"bzip2": {
|
|
"description": "Support compression using bzip2 library",
|
|
"dependencies": [
|
|
"bzip2"
|
|
]
|
|
}
|
|
}
|
|
}
|