#1148145 ITP: golang-github-pebbe-zmq4 -- Go interface to ZeroMQ version 4

#1148145#5
Date:
2026-09-17 13:57:01 UTC
From:
To:
* Package name    : golang-github-pebbe-zmq4
  Version         : 1.4.0
  Upstream Contact: Peter Kleiweg
* URL             : https://github.com/pebbe/zmq4
* License         : BSD-2-clause
  Programming Lang: Go
  Description     : Go interface to ZeroMQ version 4

 This package provides Go bindings for ZeroMQ (0MQ) version 4, a
 lightweight messaging library used to build distributed and concurrent
 applications with sockets for patterns such as publish-subscribe,
 request-reply, and pipeline.
 .
 The bindings wrap libzmq via cgo and require a working ZeroMQ 4.0.1 (or
 later) installation.
 .
 Packaged as a future dependency for a new version of go-nmsg.