mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-30 01:58:59 +08:00
d961529d7f
* Update to libzip 1.7.3 * [libzip] Update CONTROL Co-authored-by: Cédric Tabin <cedric.tabin@gmail.com> Co-authored-by: wangli28 <wangli28@beyondsoft.com>
32 lines
920 B
Plaintext
32 lines
920 B
Plaintext
Source: libzip
|
|
Version: 1.7.3
|
|
Homepage: https://github.com/nih-at/libzip
|
|
Build-Depends: zlib
|
|
Default-Features: bzip2,default-aes
|
|
Description: A library for reading, creating, and modifying zip archives
|
|
|
|
Feature: bzip2
|
|
Build-Depends: bzip2
|
|
Description: Support bzip2-compressed zip archives
|
|
|
|
Feature: liblzma
|
|
Build-Depends: liblzma
|
|
Description: Support XZ compressed zip archives using liblzma
|
|
|
|
Feature: default-aes
|
|
Build-Depends: libzip[core,openssl](!(windows|osx)),libzip[core,wincrypto](windows),libzip[core,commoncrypto](osx)
|
|
Description: Use default AES
|
|
|
|
Feature: openssl
|
|
Build-Depends: openssl
|
|
Description: AES (encryption) support using OpenSSL
|
|
|
|
Feature: wincrypto
|
|
Description: AES (encryption) support using Windows Crypto API
|
|
|
|
Feature: commoncrypto
|
|
Description: AES( encryption) support using Apple's Common Crypto API
|
|
|
|
Feature: mbedtls
|
|
Build-Depends: mbedtls
|
|
Description: AES (encryption) support using mbedtls |