perl-Tree-Simple - Object-oriented n-ary tree
| Website: | https://metacpan.org/release/Tree-Simple |
|---|---|
| License: | GPL-1.0-or-later OR Artistic-1.0-Perl |
| Vendor: | Alcance Libre, Inc. |
- Description:
This Perl module in an fully object-oriented implementation of a simple n-ary tree. It is built upon the concept of parent-child relationships, so therefore every Tree::Simple object has both a parent and a set of children (who themselves may have children, and so on). Every Tree::Simple object also has siblings, as they are just the children of their immediate parent.
Packages
| perl-Tree-Simple-1.34-1.aldos.noarch [50 KiB] |
Changelog
by Joel Barrios (2026-06-05):
- Update to 1.34. |