SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-data-trie rpm build for : Mageia 8. For other distributions click perl-data-trie.

Name : perl-data-trie
Version : 0.10.0 Vendor : Mageia_Org
Release : 10.mga8 Date : 2020-02-12 05:26:11
Group : Development/Perl Source RPM : perl-data-trie-0.10.0-10.mga8.src.rpm
Size : 0.01 MB
Packager : umeabot < umeabot>
Summary : An implementation of a letter trie
Description :
This module implements a letter trie data structure. This is a linked set of
nodes representing a set of words. Starting from the root, each letter of an
included word is a daughter node of the trie. Hence, if a word is in the trie,
there will be a path from root to leaf for that word. If a word is not in the
trie, there will be no such path.

This structure allows for a relatively compact representation of a set of
words. This particular implementation allows each word to be stored alone or
with some associated data item.

Note that the remove() method does not prune nodes and thus a Trie can only
grow in size.

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

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  perl-data-trie-0.10.0-10.mga8.noarch.rpm
ftp.icm.edu.pl  perl-data-trie-0.10.0-10.mga8.noarch.rpm
ftp.icm.edu.pl  perl-data-trie-0.10.0-10.mga8.noarch.rpm
ftp.icm.edu.pl  perl-data-trie-0.10.0-10.mga8.noarch.rpm
     

Provides :
perl(Data::Trie)
perl-data-trie

Requires :
perl(strict)
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-data-trie
/usr/share/doc/perl-data-trie/README
/usr/share/man/man3/Data::Trie.3pm.xz
/usr/share/perl5/vendor_perl/Data
/usr/share/perl5/vendor_perl/Data/Trie.pm

 
ICM