File: control

package info (click to toggle)
libnet-dhcpv6-duid-parser-perl 1.01-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 80 kB
  • sloc: perl: 195; makefile: 2
file content (25 lines) | stat: -rw-r--r-- 1,016 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
Source: libnet-dhcpv6-duid-parser-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Axel Beckert <abe@debian.org>
Build-Depends: debhelper (>= 10)
Build-Depends-Indep: perl
Standards-Version: 4.1.1
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libnet-dhcpv6-duid-parser-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libnet-dhcpv6-duid-parser-perl.git
Homepage: https://metacpan.org/release/Net-DHCPv6-DUID-Parser
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-perl

Package: libnet-dhcpv6-duid-parser-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends}
Description: OO interface to parse DHCPv6 Unique Identifiers
 Object oriented interface to parse RFC3315 compliant DHCPv6 Unique
 Identifiers (DUIDs).
 .
 Net::DHCPv6::DUID::Parser was written for the purpose of splitting
 the DUID into its constituent parts. It does some textual conversions
 that may save you some time.