mirror of
https://github.com/WinampDesktop/winamp.git
synced 2024-09-24 15:54:12 +00:00
28 lines
508 B
JSON
28 lines
508 B
JSON
|
{
|
||
|
"name": "minizip",
|
||
|
"version-semver": "1.2.13",
|
||
|
"description": "Zip compression library",
|
||
|
"homepage": "https://github.com/madler/zlib",
|
||
|
"license": "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"
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
}
|