File: control

package info (click to toggle)
libalgorithm-c3-perl 0.10-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 160 kB
  • ctags: 2
  • sloc: perl: 836; makefile: 2
file content (27 lines) | stat: -rw-r--r-- 1,261 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Source: libalgorithm-c3-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: libtest-pod-coverage-perl, libtest-pod-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Krzysztof Krzyzaniak (eloy) <eloy@debian.org>,
 Ryan Niebur <ryan@debian.org>,
 Florian Schlichting <fsfs@debian.org>
Standards-Version: 3.9.5
Homepage: https://metacpan.org/release/Algorithm-C3
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libalgorithm-c3-perl.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libalgorithm-c3-perl.git
Testsuite: autopkgtest-pkg-perl

Package: libalgorithm-c3-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}
Description: 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 inheritence. 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.