blob: 84cc33d77f0b37f1af9ab86e22ae9279416c47a2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
{
"name": "libzippp",
"version": "7.1-1.10.1",
"description": "Simple basic C++ wrapper around the libzip library. It is meant to be a portable and easy-to-use library for ZIP handling",
"homepage": "https://github.com/ctabin/libzippp",
"license": "BSD-3-Clause",
"dependencies": [
{
"name": "libzip",
"default-features": false,
"features": [
"bzip2"
]
},
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
},
"zlib"
],
"features": {
"encryption": {
"description": "Support encryption"
}
}
}
|