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 |