SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-Convert-Bencode rpm build for : openSUSE Leap 42. For other distributions click perl-Convert-Bencode.

Name : perl-Convert-Bencode
Version : 1.03 Vendor : obs://build_opensuse_org/devel:languages:perl
Release : 1.2 Date : 2015-10-05 01:49:52
Group : Development/Libraries/Perl Source RPM : perl-Convert-Bencode-1.03-1.2.src.rpm
Size : 0.03 MB
Packager : (none)
Summary : Functions for converting to/from bencoded strings
Description :
This module provides two functions, \'bencode\' and \'bdecode\', which encode
and decode bencoded strings respectivly.

Encoding
\'bencode()\' expects to be passed a single value, which is either a
scalar, a arrary ref, or a hash ref, and it returns a scalar containing
the bencoded representation of the data structure it was passed. If the
value passed was a scalar, it returns either a bencoded string, or a
bencoded integer (floating points are not implemented, and would be
returned as a string rather than a integer). If the value was a array
ref, it returns a bencoded list, with all the values of that array also
bencoded recursivly. If the value was a hash ref, it returns a bencoded
dictionary (which for all intents and purposes can be thought of as a
synonym for hash) containing the recursivly bencoded key and value
pairs of the hash.

Decoding
\'bdecode()\' expects to be passed a single scalar containing the
bencoded string to be decoded. Its return value will be either a hash
ref, a array ref, or a scalar, depending on whether the outer most
element of the bencoded string was a dictionary, list, or a
string/integer respectivly.

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl/openSUSE_Leap_42.1/noarch

Content of RPM  Changelog  Provides Requires

Hmm ... It's impossible ;-) This RPM doesn't exist on any FTP server

Provides :
perl(Convert::Bencode)
perl-Convert-Bencode

Requires :
perl(:MODULE_COMPAT_5.18.2)
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsLzma) <= 4.4.6-1


Content of RPM :
/usr/lib/perl5/vendor_perl/5.18.2/Convert
/usr/lib/perl5/vendor_perl/5.18.2/Convert/Bencode.pm
/usr/lib/perl5/vendor_perl/5.18.2/x86_64-linux-thread-multi
/usr/share/doc/packages/perl-Convert-Bencode
/usr/share/doc/packages/perl-Convert-Bencode/Changes
/usr/share/doc/packages/perl-Convert-Bencode/LICENSE
/usr/share/doc/packages/perl-Convert-Bencode/README
/usr/share/doc/packages/perl-Convert-Bencode/Todo
/usr/share/man/man3/Convert::Bencode.3pm.gz

 
ICM