File: control

package info (click to toggle)
libregexp-ipv6-perl 0.03-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, forky, sid, trixie
  • size: 84 kB
  • sloc: perl: 22; makefile: 2
file content (19 lines) | stat: -rw-r--r-- 853 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Source: libregexp-ipv6-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 10)
Build-Depends-Indep: perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Dominic Hargreaves <dom@earth.li>
Standards-Version: 4.1.3
Homepage: https://metacpan.org/release/Regexp-IPv6/
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libregexp-ipv6-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libregexp-ipv6-perl.git

Package: libregexp-ipv6-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}
Description: Regular expression for IPv6 addresses
 Regexp::IPv6 exports the $IPv6_re regular expression that matches any valid
 IPv6 address as described in "RFC 2373 - 2.2 Text Representation of
 Addresses" but ::. Any string not compliant with such RFC will be rejected.