libnet-iptrie-perl 0.7-4 source package in Ubuntu

Changelog

libnet-iptrie-perl (0.7-4) unstable; urgency=medium

  [ Debian Janitor ]
  * Bump debhelper from old 12 to 13.

 -- Jelmer Vernooij <email address hidden>  Sat, 19 Nov 2022 20:25:30 +0000

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe perl
Noble release universe perl
Mantic release universe perl
Lunar release universe perl

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libnet-iptrie-perl_0.7-4.dsc 2.0 KiB 31f1f1cd00df5b748dd822d6054b18ff9c1aefb756895cb66715bbc76b0c68c1
libnet-iptrie-perl_0.7.orig.tar.gz 7.8 KiB 1ccd1eea53a06d0524efc42fd465dfc5997149d77f87d86f1ccf0e2e05d58e05
libnet-iptrie-perl_0.7-4.debian.tar.xz 2.3 KiB 06aad09ced206f8da5eeabba42373ca145b1bf6300aaa3d0ee2305e04769cebb

Available diffs

No changes file available.

Binary packages built by this source

libnet-iptrie-perl: Perl module for building IPv4 and IPv6 address space hierarchies

 Net::IPTrie uses a radix tree (or trie) to quickly build the hierarchy of a
 given address space (both IPv4 and IPv6). This allows the user to perform
 fast subnet or routing lookups. It is implemented exclusively in Perl.