File: control

package info (click to toggle)
libparse-cpan-packages-perl 2.40-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 152 kB
  • sloc: perl: 382; makefile: 2
file content (42 lines) | stat: -rw-r--r-- 1,723 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
Source: libparse-cpan-packages-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Niko Tyni <ntyni@iki.fi>,
           gregor herrmann <gregoa@debian.org>,
           Ansgar Burchardt <ansgar@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: perl,
                     libarchive-peek-perl,
                     libcpan-distnameinfo-perl,
                     libfile-slurp-perl,
                     libmoo-perl,
                     libpath-class-perl,
                     libppi-perl,
                     libtest-indistdir-perl,
                     libtype-tiny-perl
Standards-Version: 3.9.6
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libparse-cpan-packages-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libparse-cpan-packages-perl.git
Homepage: https://metacpan.org/release/Parse-CPAN-Packages

Package: libparse-cpan-packages-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libarchive-peek-perl,
         libcpan-distnameinfo-perl,
         libfile-slurp-perl,
         libmoo-perl,
         libpath-class-perl,
         libppi-perl,
         libtype-tiny-perl
Description: module to parse the CPAN Packages file
 Parse::CPAN::Packages is a Perl module that parses the package details index
 file named "02packages.details.txt.gz". This file contains lots of useful
 information and this module provides a simple interface to the data contained
 within.
 .
 Note that this module does not concern itself with downloading or unpacking
 the "02packages.details.txt.gz" file; you will need to do this yourself.