File: control

package info (click to toggle)
libnet-frame-layer-icmpv6-perl 1.10-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 192 kB
  • sloc: perl: 1,082; makefile: 2
file content (30 lines) | stat: -rw-r--r-- 1,215 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: libnet-frame-layer-icmpv6-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 (>= 10)
Build-Depends-Indep: libbit-vector-perl,
                     libnet-frame-perl,
                     perl
Standards-Version: 4.1.3
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libnet-frame-layer-icmpv6-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libnet-frame-layer-icmpv6-perl.git
Homepage: https://metacpan.org/release/Net-Frame-Layer-ICMPv6

Package: libnet-frame-layer-icmpv6-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libbit-vector-perl,
         libnet-frame-perl
Description: module for encoding and decoding of the ICMPv6 layer
 Net::Frame::Layer::ICMPv6 implements the encoding and decoding of the ICMPv6
 layer.
 .
 This module helps to create and decode ICMPv6 packets as well as compute the
 packet checksum and extract the values of the protocol fields allowing them to
 be easily manipulated.
 .
 See also Net::Frame::Layer for other attributes and methods.