SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-Tree-Nary rpm build for : Mageia 8. For other distributions click perl-Tree-Nary.

Name : perl-Tree-Nary
Version : 1.300.0 Vendor : Mageia_Org
Release : 9.mga8 Date : 2020-02-12 08:25:24
Group : Development/Perl Source RPM : perl-Tree-Nary-1.300.0-9.mga8.src.rpm
Size : 0.05 MB
Packager : umeabot < umeabot>
Summary : Tree::Nary - Perl implementation of N-ary search trees
Description :
The Tree::Nary class implements N-ary trees (trees of data with any
number of branches), providing the organizational structure for a tree
(collection) of any number of nodes, but knowing nothing about the specific
type of node used. It can be used to display hierarchical database entries in
an internal application (the NIS netgroup file is an example of such a
database). It offers the capability to select nodes on the tree, and attachment
points for nodes on the tree. Each attachment point can support multiple child
nodes.

The data field contains the actual data of the node. The next and previous
fields point to the node\'s siblings (a sibling is another node with the same
parent). The parent field points to the parent of the node, or is undef if the
node is the root of the tree. The children field points to the first child of
the node. The other children are accessed by using the next pointer of each
child. This module is a translation (albeit not a direct one) from the C
implementation of N-ary trees, available in the GLIB distribution (see SEE
ALSO).

RPM found in directory: /vol/rzm3/linux-mageia/distrib/8/x86_64/media/core/release

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  perl-Tree-Nary-1.300.0-9.mga8.noarch.rpm
ftp.icm.edu.pl  perl-Tree-Nary-1.300.0-9.mga8.noarch.rpm
ftp.icm.edu.pl  perl-Tree-Nary-1.300.0-9.mga8.noarch.rpm
ftp.icm.edu.pl  perl-Tree-Nary-1.300.0-9.mga8.noarch.rpm
     

Provides :
perl(Tree::Nary)
perl-Tree-Nary

Requires :
perl >= 0:5.003
perl(Exporter)
perl(strict)
perl(vars)
perl-base >= 2:5.30.1
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsZstd) <= 5.4.18-1


Content of RPM :
/usr/share/doc/perl-Tree-Nary
/usr/share/doc/perl-Tree-Nary/CHANGES
/usr/share/doc/perl-Tree-Nary/README
/usr/share/man/man3/Tree::Nary.3pm.xz
/usr/share/perl5/vendor_perl/Tree/Nary.pm

 
ICM