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 33 34 35 36 37 38 39 40 41
|
Source: unarr
Maintainer: Alec Leamas <leamas.alec@gmail.com>
Section: libs
Priority: optional
Build-Depends: debhelper-compat (= 12),
cmake,
libbz2-dev,
zlib1g-dev
Standards-Version: 4.6.1
Homepage: https://github.com/selmf/unarr
Rules-Requires-Root: no
Package: libunarr-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: libunarr1 (= ${binary:Version}),
${misc:Depends}
Description: Decompression library for RAR, TAR, ZIP and 7z archives (devel)
unarr originated as a port of the RAR extraction features from
The Unarchiver project required for extracting images from comic
book archives (.cbr). It was written as an alternative to
libarchive which didn't have support for parsing filters or solid
compression at the time.
.
This package contains development tools: headers and unversioned libraries.
Package: libunarr1
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends},
${misc:Depends}
Description: Decompression library for RAR, TAR, ZIP and 7z archives (runtime)
unarr originated as a port of the RAR extraction features from
The Unarchiver project required for extracting images from comic
book archives (.cbr). It was written as an alternative to
libarchive which didn't have support for parsing filters or solid
compression at the time.
.
This package holds the runtime library.
|