File: control

package info (click to toggle)
libnet-ip-perl 1.20-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 160 kB
  • ctags: 83
  • sloc: perl: 1,394; makefile: 43
file content (18 lines) | stat: -rw-r--r-- 758 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Source: libnet-ip-perl
Section: perl
Priority: optional
Maintainer: Frederic Schutz <schutz@mathgen.ch>
Build-Depends-Indep: debhelper (>> 4.0.0), perl (>= 5.6.0-17)
Standards-Version: 3.6.1.1

Package: libnet-ip-perl
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends} 
Description: Perl extension for manipulating IPv4/IPv6 addresses
 This package contains the Net::IP module, which provides functions 
 to deal with IPv4/IPv6 addresses. The module can be used as a class,
 allowing the user to instantiate IP objects, which can be single IP
 addresses, prefixes, or ranges of addresses. There is also a procedural
 way of accessing most of the functions. Most subroutines can take either
 IPv4 or IPv6 addresses transparently.