Sun, 26 Apr 2026 18:22:51 CST | login

Information for build perl-Heap-0.80-1.oc9

ID24132
Package Nameperl-Heap
Version0.80
Release1.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/opencloudos-stream/perl-Heap.git?.#1efe001b5ce3efe49db07c57de0bdd2d29d48899
SummaryPerl extension for keeping data partially sorted
DescriptionThe 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. The elements must be objects as described in "Heap::Elem" and all elements inserted into one heap must be mutually compatible - either the same class exactly or else classes that differ only in ways unrelated to the Heap::Elem interface.
Built byfanjunkong
State complete
Volume DEFAULT
StartedTue, 04 Jun 2024 13:53:12 CST
CompletedTue, 04 Jun 2024 13:55:15 CST
Taskbuild (dist-oc9-epol, /opencloudos-stream/perl-Heap.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/perl-Heap.git?.#origin/master'}}
Tags
dist-oc9-epol
dist-oc9-epol-2504-build
dist-oc9-epol-compose
epol9-test-compose
RPMs
src
perl-Heap-0.80-1.oc9.src.rpm (info) (download)
noarch
perl-Heap-0.80-1.oc9.noarch.rpm (info) (download)
Logs
noarch
state.log
installed_pkgs.log
build.log
root.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
Changelog * Fri Apr 12 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.80-1 - initial build