blob: d0f5e7fa050d5492bebdbe1deac3baeef656627d (
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
31
32
|
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
|