vcpkg/ports/libzippp/vcpkg.json
2023-09-19 09:49:01 -07:00

31 lines
643 B
JSON

{
"name": "libzippp",
"version": "7.0-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"
}
}
}