File: control

package info (click to toggle)
libnet-cidr-set-perl 0.13-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 144 kB
  • sloc: perl: 868; makefile: 2
file content (24 lines) | stat: -rw-r--r-- 1,032 bytes parent folder | download
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-cidr-set-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Roland Rosenfeld <roland@debian.org>
Build-Depends: debhelper (>= 12~), libmodule-build-perl, perl
Standards-Version: 4.3.0
Homepage: https://metacpan.org/release/Net-CIDR-Set
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libnet-cidr-set-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libnet-cidr-set-perl.git
Testsuite: autopkgtest-pkg-perl
Rules-Requires-Root: no

Package: libnet-cidr-set-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}
Description: Net::CIDR::Set perl module to manipulate sets of IP addresses
 Net::CIDR::Set represents sets of IP addresses and allows standard
 set operations (union, intersection, membership test etc.) to be
 performed on them.
 .
 In spite of the name it can work with sets consisting of arbitrary
 ranges of IP addresses - not just CIDR blocks.  It works on IPv4 and
 IPv6 addresses.