File: control

package info (click to toggle)
libregexp-ipv6-perl 0.03-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch, wheezy
  • size: 60 kB
  • ctags: 1
  • sloc: perl: 22; makefile: 2
file content (16 lines) | stat: -rw-r--r-- 605 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Source: libregexp-ipv6-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7)
Build-Depends-Indep: perl
Maintainer: Dominic Hargreaves <dom@earth.li>
Standards-Version: 3.9.1
Homepage: http://search.cpan.org/dist/Regexp-IPv6/

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.