libheap-perl 0.80-5 source package in Ubuntu

Changelog

libheap-perl (0.80-5) unstable; urgency=medium

  [ Debian Janitor ]
  * Apply multi-arch hints. + libheap-perl: Add Multi-Arch: foreign.

 -- Jelmer Vernooij <email address hidden>  Sat, 22 Oct 2022 01:52:23 +0100

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
libheap-perl_0.80-5.dsc 2.0 KiB 6ff3946ae6b9eadbb524071abcf444f1818ab75a1a8cf37ec76a6d76b611df1e
libheap-perl_0.80.orig.tar.gz 15.3 KiB ccda29f3c93176ad0fdfff4dd6f5e4ac90b370cba4b028386b7343bf64139bde
libheap-perl_0.80-5.debian.tar.xz 2.2 KiB 95554e973b132729fa0af0aec6709a76d896c42fd68ccf13aeae572379db1579

Available diffs

No changes file available.

Binary packages built by this source

libheap-perl: Perl extensions for keeping data partially sorted

 The Heap collection of modules provide routines that manage
 a heap of elements. A heap is a partially sorted structure
 that is always able to easily extract the smallest of the
 elements in the structure (or the largest if a reversed compare
 routine is provided).
 .
 If the collection of elements is changing dynamically, the
 heap has less overhead than keeping the collection fully
 sorted.