File: control

package info (click to toggle)
unarr 1.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 608 kB
  • sloc: ansic: 9,421; makefile: 47
file content (43 lines) | stat: -rw-r--r-- 1,557 bytes parent folder | download
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
42
43
Source: unarr
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Uploaders: Alec Leamas <leamas.alec@gmail.com>
Section: libs
Priority: optional
Build-Depends: debhelper (>= 9),
               cmake,
               libbz2-dev,
               zlib1g-dev
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/debian-gis-team/unarr
Vcs-Git: https://salsa.debian.org/debian-gis-team/unarr.git
Homepage: https://github.com/selmf/unarr

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.