SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-Text-ZPL rpm build for : OpenSuSE. For other distributions click perl-Text-ZPL.

Name : perl-Text-ZPL
Version : 0.003001 Vendor : obs://build_opensuse_org/devel:languages:perl
Release : lp155.1.1 Date : 2023-07-20 19:01:35
Group : Development/Libraries/Perl Source RPM : perl-Text-ZPL-0.003001-lp155.1.1.src.rpm
Size : 0.04 MB
Packager : https://www_suse_com/
Summary : Encode and decode ZeroMQ Property Language
Description :
An implementation of the \'ZeroMQ Property Language\', a simple ASCII
configuration file format; see http://rfc.zeromq.org/spec:4 for details.

Exports two functions by default: decode_zpl and encode_zpl. This module
uses Exporter::Tiny to export functions, which allows for flexible import
options; see the Exporter::Tiny documentation for details.

As a simple example, a \'ZPL\' file as such:



confname = \"My Config\"

context
iothreads = 1

main
publisher
bind = tcp://eth0:5550
bind = tcp://eth0:5551
subscriber
connect = tcp://192.168.0.10:5555

... results in a structure like:

{
confname => \"My Config\",
context => { iothreads => \'1\' },
main => {
subscriber => {
connect => \'tcp://192.168.0.10:5555\'
},
publisher => {
bind => [ \'tcp://eth0:5550\', \'tcp://eth0:5551\' ]
}
}
}

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

Content of RPM  Provides Requires

Download
ftp.icm.edu.pl  perl-Text-ZPL-0.003001-lp155.1.1.noarch.rpm
     

Provides :
perl(Text::ZPL)
perl(Text::ZPL::Stream)
perl-Text-ZPL

Requires :
/usr/bin/perl
perl(:MODULE_COMPAT_5.26.1)
perl(Data::Dumper::Concise)
perl(Exporter::Tiny)
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsXz) <= 5.2-1


Content of RPM :
/usr/bin/zpl_to_pl
/usr/lib/perl5/vendor_perl/5.26.1/Text
/usr/lib/perl5/vendor_perl/5.26.1/Text/ZPL
/usr/lib/perl5/vendor_perl/5.26.1/Text/ZPL.pm
/usr/lib/perl5/vendor_perl/5.26.1/Text/ZPL/Stream.pm
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi
/usr/share/doc/packages/perl-Text-ZPL
/usr/share/doc/packages/perl-Text-ZPL/Changes
/usr/share/doc/packages/perl-Text-ZPL/README.mkdn
/usr/share/licenses/perl-Text-ZPL
/usr/share/licenses/perl-Text-ZPL/LICENSE
/usr/share/man/man3/Text::ZPL.3pm.gz
/usr/share/man/man3/Text::ZPL::Stream.3pm.gz

 
ICM