File: control

package info (click to toggle)
libpoe-component-pcap-perl 0.04-3.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 124 kB
  • sloc: perl: 396; makefile: 3
file content (29 lines) | stat: -rw-r--r-- 1,132 bytes parent folder | download | duplicates (2)
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
Source: libpoe-component-pcap-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 (>= 11)
Build-Depends-Indep: libnet-pcap-perl,
                     libnetpacket-perl,
                     libpoe-perl,
                     netbase,
                     perl
Standards-Version: 4.1.5
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libpoe-component-pcap-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libpoe-component-pcap-perl.git
Homepage: https://metacpan.org/release/POE-Component-Pcap

Package: libpoe-component-pcap-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libnet-pcap-perl,
         libnetpacket-perl,
         libpoe-perl
Description: POE Interface to Net::Pcap
 POE::Component::Pcap provides a wrapper for using the Net::Pcap module
 from POE programs.  The component creates a separate session which
 posts events to a specified session and state when packets are
 available.