File: control

package info (click to toggle)
libarchive-peek-perl 0.37-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 104 kB
  • sloc: perl: 159; makefile: 2
file content (30 lines) | stat: -rw-r--r-- 1,243 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
Source: libarchive-peek-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libarchive-zip-perl <!nocheck>,
                     libmoo-perl <!nocheck>,
                     libtest-pod-perl <!nocheck>,
                     libtypes-path-tiny-perl <!nocheck>,
                     perl
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libarchive-peek-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libarchive-peek-perl.git
Homepage: https://metacpan.org/release/Archive-Peek
Rules-Requires-Root: no

Package: libarchive-peek-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libarchive-zip-perl,
         libmoo-perl,
         libtypes-path-tiny-perl
Description: Perl module for peeking into archives without extracting them
 Archive::Peek lets you peek into archives without extracting them. It
 currently supports tar files and zip files.
 It offers methods for returning the list of files within the archive
 and the contents of single files.