File: control

package info (click to toggle)
libnmap-parser-perl 1.37-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 264 kB
  • sloc: perl: 2,004; xml: 299; makefile: 2
file content (25 lines) | stat: -rw-r--r-- 1,001 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
Source: libnmap-parser-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Axel Beckert <abe@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libxml-twig-perl,
                     perl
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libnmap-parser-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libnmap-parser-perl.git
Homepage: https://metacpan.org/release/Nmap-Parser

Package: libnmap-parser-perl
Architecture: all
Depends: libxml-twig-perl,
         ${misc:Depends},
         ${perl:Depends}
Recommends: nmap
Description: module to parse nmap scan results with perl
 Nmap::Parser is implemented by parsing the XML scan data that is
 generated by nmap. This will enable anyone who utilizes nmap to
 quickly create fast and robust security scripts that utilize the
 powerful port scanning abilities of nmap.