libnet-patricia-perl 1.22-2build1 source package in Ubuntu
Changelog
libnet-patricia-perl (1.22-2build1) lunar; urgency=medium * Rebuild against new perlapi-5.36. -- Gianfranco Costamagna <email address hidden> Fri, 04 Nov 2022 16:43:05 +0100
Upload details
- Uploaded by:
- Gianfranco Costamagna
- Uploaded to:
- Lunar
- Original maintainer:
- Debian Perl Group
- Architectures:
- any
- Section:
- perl
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Mantic | release | main | perl | |
Lunar | 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-2build1.debian.tar.xz | 5.1 KiB | ae3e679c29808785843a48d9e390d7081c5a38a5cf6e3caf3100dbe946561471 |
libnet-patricia-perl_1.22-2build1.dsc | 2.2 KiB | f42d4d5f57d767cd25cd0dd3352f2ed796baa814d931f27d32a0280ed261bbf6 |
Available diffs
- diff from 1.22-2 (in Debian) to 1.22-2build1 (336 bytes)
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