File: control

package info (click to toggle)
libnetwork-ipv4addr-perl 0.10.ds-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 128 kB
  • sloc: perl: 328; makefile: 2
file content (24 lines) | stat: -rw-r--r-- 1,006 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: libnetwork-ipv4addr-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Florian Schlichting <fsfs@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: perl
Standards-Version: 4.1.5
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libnetwork-ipv4addr-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libnetwork-ipv4addr-perl.git
Homepage: https://metacpan.org/release/Net-IPv4Addr
Testsuite: autopkgtest-pkg-perl

Package: libnetwork-ipv4addr-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends}
Multi-Arch: foreign
Description: Perl extension for manipulating IPv4 addresses
 Net::IPv4Addr provides functions for parsing IPv4 addresses both
 in traditional address/netmask format and in the new CIDR format.
 There are also methods for calculating the network and broadcast
 address and also to see check if a given address is in a specific
 network.