]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/libzip/vcpkg.json
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / vcpkg / ports / libzip / vcpkg.json
1 {
2 "name": "libzip",
3 "version-semver": "1.7.3",
4 "port-version": 2,
5 "description": "A library for reading, creating, and modifying zip archives.",
6 "homepage": "https://github.com/nih-at/libzip",
7 "dependencies": [
8 "zlib"
9 ],
10 "default-features": [
11 "bzip2",
12 "default-aes"
13 ],
14 "features": {
15 "bzip2": {
16 "description": "Support bzip2-compressed zip archives",
17 "dependencies": [
18 "bzip2"
19 ]
20 },
21 "commoncrypto": {
22 "description": "AES( encryption) support using Apple's Common Crypto API"
23 },
24 "default-aes": {
25 "description": "Use default AES",
26 "dependencies": [
27 {
28 "name": "libzip",
29 "default-features": false,
30 "features": [
31 "commoncrypto"
32 ],
33 "platform": "osx"
34 },
35 {
36 "name": "libzip",
37 "default-features": false,
38 "features": [
39 "wincrypto"
40 ],
41 "platform": "windows"
42 },
43 {
44 "name": "libzip",
45 "default-features": false,
46 "features": [
47 "openssl"
48 ],
49 "platform": "!(windows | osx)"
50 }
51 ]
52 },
53 "liblzma": {
54 "description": "Support XZ compressed zip archives using liblzma",
55 "dependencies": [
56 "liblzma"
57 ]
58 },
59 "mbedtls": {
60 "description": "AES (encryption) support using mbedtls",
61 "dependencies": [
62 "mbedtls"
63 ]
64 },
65 "openssl": {
66 "description": "AES (encryption) support using OpenSSL",
67 "dependencies": [
68 "openssl"
69 ]
70 },
71 "wincrypto": {
72 "description": "AES (encryption) support using Windows Crypto API"
73 }
74 }
75 }