libnet-ipv6addr-perl 1.02-ok1 source package in openKylin

Changelog

libnet-ipv6addr-perl (1.02-ok1) yangtze; urgency=medium

  * Build for openkylin.

 -- sufang <email address hidden>  Sat, 17 Sep 2022 16:08:24 +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-ipv6addr-perl_1.02.orig.tar.gz 20.1 KiB 54e41a072ad6f43c068838e291b188ef84ad5a7ca9e3f915d3154db4084d11ba
libnet-ipv6addr-perl_1.02-ok1.debian.tar.xz 2.0 KiB 7bc66b55d75741b3a5040aaea200daee758db68cf3d692bc1716e67c56e97570
libnet-ipv6addr-perl_1.02-ok1.dsc 1.9 KiB 6d93c62d16f7af41d3e01094bc8cb444ade6f706fbd1cd72cb698f56a08bca99

Available diffs

View changes file

Binary packages built by this source

libnet-ipv6addr-perl: module to validate/manipulate IPv6 addresses

 Net::IPv6Addr checks if strings are valid IPv6 addresses, as specified in
 RFC1884, and can convert them into other supported formats including:
 .
  * Preferred form x:x:x:x:x:x:x:x
  * Compressed form with double colon: x::x
  * Mixed IPv4/IPv6 format: x:x:x:x:x:x:d.d.d.d
  * Mixed IPv4/IPv6 with compression: x::x:d.d.d.d
  * Base-85-encoded
  * Big integers
  * Arrays
  * Reverse-address pointer
 .
 When creating/validating an IPv6 address from a given string, Net::IPv6Addr
 will either accept it or throw an exception.