SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

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

Name : perl-Text-ZPL
Version : 0.003001 Vendor : obs://build_opensuse_org/devel:languages:perl
Release : 1.59 Date : 2024-08-05 19:52:58
Group : Development/Libraries/Perl Source RPM : perl-Text-ZPL-0.003001-1.59.src.rpm
Size : 0.04 MB
Packager : (none)
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/openSUSE_Tumbleweed/noarch

Content of RPM  Provides Requires

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

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

Requires :
/usr/bin/perl
perl(:MODULE_COMPAT_5.40.0)
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(PayloadIsZstd) <= 5.4.18-1


Content of RPM :
/usr/bin/zpl_to_pl
/usr/lib/perl5/vendor_perl/5.40.0/Text
/usr/lib/perl5/vendor_perl/5.40.0/Text/ZPL
/usr/lib/perl5/vendor_perl/5.40.0/Text/ZPL.pm
/usr/lib/perl5/vendor_perl/5.40.0/Text/ZPL/Stream.pm
/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