libalgorithm-c3-perl 0.11-ok2 source package in openKylin

Changelog

libalgorithm-c3-perl (0.11-ok2) yangtze; urgency=medium

  * Modify debian/control.

 -- denghao <email address hidden>  Thu, 15 Sep 2022 14:34:17 +0300

Upload details

Uploaded by:
denghao
Sponsored by:
Cibot
Uploaded to:
Yangtze V1.0
Original maintainer:
Openkylin Developers
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Nile V2.0 proposed main perl
Nile V2.0 release main perl
Yangtze V1.0 release main perl
Yangtze V1.0 proposed main perl

Downloads

File Size SHA-256 Checksum
libalgorithm-c3-perl_0.11.orig.tar.gz 18.8 KiB aaf48467765deea6e48054bc7d43e46e4d40cbcda16552c629d37be098289309
libalgorithm-c3-perl_0.11-ok2.debian.tar.xz 7.8 KiB f3bddf96bdc029e04642ebadc83d848994ad77de97a7cf8c830f8aeef45e29cf
libalgorithm-c3-perl_0.11-ok2.dsc 1.8 KiB 954948ee4f65e4f40adcd7b1b2ceb986e91b2bf0b554c599c3faddc7dd5e139a

Available diffs

View changes file

Binary packages built by this source

libalgorithm-c3-perl: Perl module for merging hierarchies using the C3 algorithm

 The Algorithm::C3 module implements the C3 algorithm.
 .
 C3 is the name of an algorithm which aims to provide a sane method resolution
 order under multiple inheritance. It was first introduced in the language
 Dylan, and then later adopted as the preferred MRO (Method Resolution Order)
 for the new-style classes in Python 2.3. Most recently it has been adopted as
 the 'canonical' MRO for Perl 6 classes, and the default MRO for Parrot
 objects as well.