| Name: | perl-Algorithm-C3 |
|---|---|
| Version: | 0.11 |
| Release: | 5.el9 |
| Architecture: | noarch |
| Group: | Unspecified |
| Size: | 39277 |
| License: | GPL+ or Artistic |
| RPM: | perl-Algorithm-C3-0.11-5.el9.noarch.rpm |
| Source RPM: | perl-Algorithm-C3-0.11-5.el9.src.rpm |
| Build Date: | Thu Feb 03 2022 |
| Build Host: | build-ol9-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. |