libnet-netmask-perl 2.0003-ok1 source package in openKylin

Changelog

libnet-netmask-perl (2.0003-ok1) huanghe; urgency=medium

  * Build for openKylin.

 -- openKylinBot <email address hidden>  Fri, 29 May 2026 09:02:30 -0700

Upload details

Uploaded by:
openKylinBot
Sponsored by:
Cibot
Uploaded to:
Huanghe V3.0
Original maintainer:
Openkylin Developers
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Huanghe V3.0 proposed main perl

Downloads

File Size SHA-256 Checksum
libnet-netmask-perl_2.0003.orig.tar.gz 43.0 KiB 74a2021259cb6cf7bbb9f4caa2677dca820fd93c8f1322336f48a48793155bdc
libnet-netmask-perl_2.0003-ok1.debian.tar.xz 2.7 KiB d6ab10153b2215a05fb3f49f9a94755291b9843191b5bc98cd1920500815e5f5
libnet-netmask-perl_2.0003-ok1.dsc 2.0 KiB 5a1a511e17b2b46d240a706659d9bae4a52a6aefbc68c489a32ae972536805be

Available diffs

View changes file

Binary packages built by this source

libnet-netmask-perl: module to parse, manipulate and lookup IP network blocks

 Net::Netmask parses and understands IPv4 and IPv6 CIDR blocks.
 It's built with an object-oriented interface,
 with functions being methods that operate on a Net::Netmask object.
 .
 These methods provide
 nearly all types of information about a network block
 that you might want.
 .
 There are also functions to insert a network block into a table
 and then later lookup network blocks by IP address using that table.
 There are functions to turn a IP address range
 into a list of CIDR blocks.
 There are functions to turn a list of CIDR blocks
 into a list of IP addresses.
 .
 There is a function for sorting by text IP address.
 .
 All functions understand both IPv4 and IPv6.
 Matches, finds, etc, will always return false
 when an IPv4 address is matched against an IPv6 address.