Package zmq 4.0.1
Meta origin https://github.com/jdc8/tclzmq
Meta platform linux-glibc2.26-x86_64
Meta build::date 2021-05-15
Meta generated::by {critcl 3.1.18} abuild
Meta generated::date critcl
Meta license LGPLv3 / BSD
Meta author {Jos Decoster}
Meta summary A Tcl wrapper for the ZeroMQ messaging library
Meta description zmq is a Tcl binding for the zeromq library
Meta description (http://www.zeromq.org/) for interprocess
Meta description communication.
Meta subject ZeroMQ ZMQ 0MQ messaging {inter process communication} RPC
Meta subject {message queue} queue broadcast communication
Meta subject {producer - consumer} {publish - subscribe}
Meta require {Tcl 8.5}
Meta included tcl/zmq_helper_1.tcl critcl-rt.tcl linux-x86_64/zmq.so
Meta entrytclcommand {eval [list ::apply {dir {
    source [file join $dir critcl-rt.tcl]
    set path [file join $dir [::critcl::runtime::MapPlatform]]
    set ext [info sharedlibextension]
    set lib [file join $path "zmq$ext"]
    load $lib Zmq
    ::critcl::runtime::Fetch $dir zmq_helper_1.tcl
    package provide zmq 4.0.1
}} $dir]}
