Source: libarray-heap-perl
Maintainer: Slaven Rezic <slaven@rezic.de>
Section: perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
               libcanary-stability-perl,
               perl-xs-dev,
               perl:native
Standards-Version: 4.6.0
Homepage: https://metacpan.org/release/Array-Heap
Rules-Requires-Root: no

Package: libarray-heap-perl
Architecture: any
Depends: ${misc:Depends},
         ${perl:Depends},
         ${shlibs:Depends}
Description: unknown
 There are a multitude of heap and heap-like modules on CPAN, you might want
 to search for /Heap/ and /Priority/ to find many. They implement more or less
 fancy datastructures that might well be what you are looking for.
 .
 Array::Heap takes a different approach: It exports functions (i.e. no object
 orientation) that are loosely modeled after the C++ STL's binary heap
 functions. They all take an array as argument, just like perl's built-in
 functions push, pop etc.
 .
 The implementation itself is in C for maximum speed.
 .
 This description was automagically extracted from the module by dh-make-perl.
