1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Source: libnet-subnet-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Damyan Ivanov <dmn@debian.org>
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: libsocket6-perl (>= 0.23),
perl
Standards-Version: 3.9.5
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libnet-subnet-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libnet-subnet-perl.git
Homepage: https://metacpan.org/release/Net-Subnet
Package: libnet-subnet-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
libsocket6-perl (>= 0.23)
Description: Fast IP-in-subnet matcher module for IPv4 and IPv6
Net::Subnet is a simple but fast pure Perl module for determining whether a
given IP address is in a given set of IP subnets. It's iterative, and it
doesn't use any fancy tries, but because it uses simple bitwise operations on
strings it's still very fast.
.
The module supports both IPv4 and IPv6.
|