libarchive v3.7.7
- Created
- Updated
Library for reading and writing streaming archives
# Usage
libarchive is compatible with the CMake Find Module:
find_package(LibArchive REQUIRED)
target_link_libraries(main PRIVATE LibArchive::LibArchive) # since CMake 3.17
libarchive provides pkg-config modules:
# library that can create and read several streaming archive formats
libarchive
# License
Unspecified
# Supported Platforms
!uwp
- ✅ linux
- ✅ osx
- ✅ windows
- ❌
uwp
# Features
Default features: bzip2
, crypto
, libxml2
, lz4
, lzma
, zstd
# bzip2 default
BZip2 support
Host Dependencies:
one transitive dependency:
- vcpkg-cmake (by bzip2 )
# crypto default
Support for cryptographic features
Host Dependencies:
3 transitive dependencies:
- vcpkg-cmake (by mbedtls )
- vcpkg-cmake-config (by mbedtls )
- vcpkg-cmake-get-vars (by openssl )
# libxml2 default
Libxml2 support
# lz4 default
Lz4 support
Host Dependencies:
2 transitive dependencies:
- vcpkg-cmake (by lz4 )
- vcpkg-cmake-config (by lz4 )
# lzma default
Lzma support
Host Dependencies:
2 transitive dependencies:
- vcpkg-cmake (by liblzma )
- vcpkg-cmake-config (by liblzma )
# lzo
Lzo support
Host Dependencies:
one transitive dependency:
- vcpkg-cmake (by lzo )
# zstd default
Zstd support
Host Dependencies:
2 transitive dependencies:
- vcpkg-cmake (by zstd )
- vcpkg-cmake-config (by zstd )
# Dependencies
No transitive dependencies.
# Host Dependencies
No transitive dependencies.
# Dependents
# Host Dependents
No dependents.
# Contributors
codicodi
Robert Schumacher
Alexander Karatarakis
DDoSolitary
Oleg Shparber
Bo Anderson
pravic
scholle
Phil Christensen
Alexander Neumann
Billy O'Neal
nicole mazzuca
JonLiu1993
Jack·Boos·Yu
Matioupi
Stefano Sinigardi
Phoebe
Wolfgang Stöggl
Kai Pastor
Matthieu Penant
Mostyn Bramley-Moore
Mathieu Pellerin
# Changelog
and 44 more commits:
1835f4c
bump libarchive CONTROL versionc309af4
fix mixed release and debug build (was always using zstd release)728c993
fix(libarchive): fix lz4 patch to align with upstreamb08e78b
[cmark][gl3w][libpopt][libraw][libssh][live555] Fixes, mostly around changing download locations.4772ed9
[libarchive] Increase build number.98898a3
[libarchive] Fix indenting.7971d70
Fix dep to lz4 for libarchive.26516fe
vcpkg_configure_cmake (and _meson) now embed debug symbols within static libs (/Z7)cceab52
[libarchive] update to 3.3.2b111030
[libarchive] fix list of dependencies8451849
[libarchive] update to 3.3.1490ddfe
[libarchive] Disable libiconv supportcf5770d
[libarchive] bump version05b82a9
[libarchive] apply patch6946f2d
[libarchive] add one more patchf99d143
add libarchive