File: control

package info (click to toggle)
libnet-frame-layer-ipv6-perl 1.08-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 192 kB
  • ctags: 107
  • sloc: perl: 1,158; makefile: 2
file content (28 lines) | stat: -rw-r--r-- 1,122 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
Source: libnet-frame-layer-ipv6-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Daniel Lintott <daniel@serverb.co.uk>
Build-Depends: debhelper (>= 9), libmodule-build-perl
Build-Depends-Indep: libbit-vector-perl,
 libnet-frame-perl,
 perl
Standards-Version: 4.1.0
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libnet-frame-layer-ipv6-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libnet-frame-layer-ipv6-perl.git
Homepage: https://metacpan.org/release/Net-Frame-Layer-IPv6
Testsuite: autopkgtest-pkg-perl

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