Name: | perl-Algorithm-C3 |
Version: | 0.11 |
Release: | 10.el10_0 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 39010 |
License: | GPL-1.0-or-later OR Artistic-1.0-Perl |
RPM: |
perl-Algorithm-C3-0.11-10.el10_0.noarch.rpm
|
Source RPM: |
perl-Algorithm-C3-0.11-10.el10_0.src.rpm
|
Build Date: | Thu Dec 19 2024 |
Build Host: | build-ol10-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://metacpan.org/release/Algorithm-C3 |
Summary: | Module for merging hierarchies using the C3 algorithm |
Description: | This module implements the C3 algorithm. Most of the uses I have for C3
revolve around class building and metamodels but it could also be used for
things like dependency resolution as well since it tends to do such a nice
job of preserving local precedence orderings. |