vcpkg/ports/minizip-ng/vcpkg.json

26 lines
517 B
JSON
Raw Normal View History

{
"name": "minizip-ng",
"version": "3.0.2",
"description": "minizip-ng is a zip manipulation library written in C that is supported on Windows, macOS, and Linux.",
"homepage": "https://github.com/zlib-ng/minizip-ng",
"supports": "!uwp",
"dependencies": [
"bzip2",
"liblzma",
{
"name": "openssl",
"platform": "linux"
},
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
},
"zlib",
"zstd"
]
}