| 12
 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-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-compat (= 13)
Build-Depends-Indep: libsocket6-perl,
 perl
Standards-Version: 3.9.5
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libnet-subnet-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libnet-subnet-perl.git
Homepage: https://metacpan.org/release/Net-Subnet
Testsuite: autopkgtest-pkg-perl
Package: libnet-subnet-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
 libsocket6-perl
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.
 |