vcpkg/ports/libarchive/CONTROL
Alexander Neumann f05560d812
[libarchive] expose zstd as a build feature (#11044)
* [libarchive] add zlib and zstd to wrapper and expose zstd as a build feature.

* bump control
2020-04-27 06:56:50 -07:00

36 lines
730 B
Plaintext

Source: libarchive
Version: 3.4.1-2
Homepage: https://github.com/libarchive/libarchive
Description: Library for reading and writing streaming archives
Build-Depends: zlib
Default-Features: bzip2, libxml2, lz4, lzma, lzo, openssl, zstd
Supports: !uwp
Feature: bzip2
Build-Depends: bzip2
Description: BZip2 support
Feature: zstd
Build-Depends: zstd
Description: zstd support
Feature: libxml2
Build-Depends: libxml2
Description: Libxml2 support
Feature: lz4
Build-Depends: lz4
Description: LZ4 support
Feature: lzma
Build-Depends: liblzma
Description: LZMA support
Feature: lzo
Build-Depends: lzo
Description: LZO support
Feature: openssl
Build-Depends: openssl
Description: OpenSSL support