2017-06-19 00:52:32 +08:00
|
|
|
Source: libzip
|
2020-04-24 12:40:21 +08:00
|
|
|
Version: rel-1-6-1
|
2019-06-16 07:54:47 +08:00
|
|
|
Homepage: https://github.com/nih-at/libzip
|
2017-06-19 00:52:32 +08:00
|
|
|
Build-Depends: zlib
|
2020-04-24 12:40:21 +08:00
|
|
|
Default-Features: bzip2,default-aes
|
|
|
|
Description: A library for reading, creating, and modifying zip archives
|
2019-02-05 03:05:42 +08:00
|
|
|
|
2019-03-14 01:06:49 +08:00
|
|
|
Feature: bzip2
|
|
|
|
Build-Depends: bzip2
|
|
|
|
Description: Support bzip2-compressed zip archives
|
|
|
|
|
2020-04-24 12:40:21 +08:00
|
|
|
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
|
|
|
|
|
2019-02-05 03:05:42 +08:00
|
|
|
Feature: openssl
|
|
|
|
Build-Depends: openssl
|
|
|
|
Description: AES (encryption) support using OpenSSL
|
2020-04-24 12:40:21 +08:00
|
|
|
|
|
|
|
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
|