libnet-patricia-perl 1.22-1build6 source package in Ubuntu

Changelog

libnet-patricia-perl (1.22-1build6) focal; urgency=medium

  * No-change rebuild for the perl update.

 -- Matthias Klose <email address hidden>  Sat, 19 Oct 2019 08:04:28 +0000

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Focal
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release main perl

Downloads

File Size SHA-256 Checksum
libnet-patricia-perl_1.22.orig.tar.gz 27.1 KiB 70835a926e1c5a8d0324c72fffee82eeb7ec6c141dee04fd446820b64f71c552
libnet-patricia-perl_1.22-1build6.debian.tar.xz 5.1 KiB c8d3e77f5d118c6efc34d8bbdf7acd4adac7de230cfe65992cb58ce0f9dd0cc6
libnet-patricia-perl_1.22-1build6.dsc 2.3 KiB b254fc794b49ae1d5b34a92f6e71bc9757a5bd29aa37c9b50fae634ab41f3ace

Available diffs

View changes file

Binary packages built by this source

libnet-patricia-perl: Perl module for fast IP address lookups

 Net::Patricia uses a Patricia Trie data structure to quickly
 perform IP address prefix matching for applications such as
 IP subnet, network or routing table lookups. The data
 structure is based on a radix tree using a radix of two, so
 sometimes you see patricia implementations called "radix" as
 well. The term "Trie" is derived from the word "retrieval"
 but is pronounced like "try". Patricia stands for
 "Practical Algorithm to Retrieve Information Coded as
 Alphanumeric", and was first suggested for routing table
 lookups by Van Jacobsen. Patricia Trie performance
 characteristics are well-known as it has been employed for
 routing table lookups within the BSD kernel since the 4.3
 Reno release.

libnet-patricia-perl-dbgsym: debug symbols for libnet-patricia-perl