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

Changelog

libnet-netmask-perl (2.0002-ok1) yangtze; urgency=medium

  * Build for openkylin.

 -- sufang <email address hidden>  Sat, 17 Sep 2022 16:54:18 +0800

Upload details

Uploaded by:
sufang
Sponsored by:
Cibot
Uploaded to:
Yangtze V1.0
Original maintainer:
Openkylin Developers
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Nile V2.0 proposed main perl
Nile V2.0 release main perl
Yangtze V1.0 release main perl
Yangtze V1.0 proposed main perl

Downloads

File Size SHA-256 Checksum
libnet-netmask-perl_2.0002.orig.tar.gz 42.5 KiB 04968afbfbf495f478bfd9656f6e67645961ba3c10470469baab3eb609bc10ba
libnet-netmask-perl_2.0002-ok1.debian.tar.xz 8.1 KiB 60d108fb3a3514638d9cf9c1ed0713f0744d0883f08ea0dac38c0bdf0d09b084
libnet-netmask-perl_2.0002-ok1.dsc 1.9 KiB bd02a3982105d73bcdbffcee179d8749eda010c2b23c8fd62f6b0f5d1338a821

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.