czmq 4.2.0-2 source package in Ubuntu

Changelog

czmq (4.2.0-2) unstable; urgency=medium

  * Add uuid-dev and libsystemd-dev dependencies on libczmq-dev, required
    by pkg-config --cflags libczmq.pc. (Closes: #923695)

 -- Luca Boccassi <email address hidden>  Sun, 03 Mar 2019 22:23:19 +0000

Upload details

Uploaded by:
Luca Boccassi
Uploaded to:
Sid
Original maintainer:
Luca Boccassi
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Downloads

File Size SHA-256 Checksum
czmq_4.2.0-2.dsc 1.6 KiB faedeb74541430f7eadaebb815ea0b0d906f110c12ac18d2da66c83434242cd9
czmq_4.2.0.orig.tar.gz 1.5 MiB cfab29c2b3cc8a845749758a51e1dd5f5160c1ef57e2a41ea96e4c2dcc8feceb
czmq_4.2.0-2.debian.tar.xz 9.1 KiB 88d31c3cd272315f0668a17aa14ea89d8007a6051cdd67894c0bdbc3e944573a

Available diffs

No changes file available.

Binary packages built by this source

libczmq-dev: No summary available for libczmq-dev in ubuntu eoan.

No description available for libczmq-dev in ubuntu eoan.

libczmq4: High-level C binding for ZeroMQ

 czmq (previously known as libzapi) provides a high-level C binding for
 0MQ, a lightweight messaging library.
 .
 This library provides higher level abstractions on top of the base
 library, with features such as:
  * Work with messages as strings, individual frames, or multipart messages.
  * Automatic closure of any open sockets at context termination.
  * Automatic LINGER configuration of all sockets for context termination.
  * Portable API for creating child threads and ØMQ pipes to talk to them.
  * Simple reactor with one-off and repeated timers, and socket readers.
  * System clock functions for sleeping and calculating timers.
  * Easy API to get/set all socket options.
  * Includes generic hash and list containers.

libczmq4-dbgsym: debug symbols for libczmq4