]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/minizip-ng/vcpkg.json
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / vcpkg / ports / minizip-ng / vcpkg.json
1 {
2 "name": "minizip-ng",
3 "version": "3.0.1",
4 "port-version": 1,
5 "description": "minizip-ng is a zip manipulation library written in C that is supported on Windows, macOS, and Linux.",
6 "homepage": "https://github.com/zlib-ng/minizip-ng",
7 "supports": "!uwp",
8 "dependencies": [
9 "bzip2",
10 "liblzma",
11 {
12 "name": "openssl",
13 "platform": "linux"
14 },
15 {
16 "name": "vcpkg-cmake",
17 "host": true
18 },
19 {
20 "name": "vcpkg-cmake-config",
21 "host": true
22 },
23 "zlib",
24 "zstd"
25 ]
26 }