czmq 4.1.0-1 source package in Ubuntu

Changelog

czmq (4.1.0-1) unstable; urgency=medium

  * New upstream version 4.1.0.
    - Changelog: https://github.com/zeromq/czmq/releases/tag/v4.1.0
  * Drop all patches, merged upstream.
  * Include dpkg/default.mk instead of redefining variables in
    debian/rules.
  * Drop libczmq-dbg, migrate to autogenerated dbgsym.
  * Update symbols file for 4.1.0.
  * Use HTTPS in debian/copyright.
  * Use short-form of MPL-2.0 in debian/copyright.
  * Update dates in debian/copyright.
  * Bump Standards-Version to 4.1.3.

 -- Luca Boccassi <email address hidden>  Mon, 01 Jan 2018 12:49:04 +0100

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

Downloads

File Size SHA-256 Checksum
czmq_4.1.0-1.dsc 1.7 KiB 46523d390048e7848eadd685e363ec4cc345daf82632df3e16b37f83eadf62b8
czmq_4.1.0.orig.tar.gz 1.3 MiB 3befa35b4886b5298e8329b4f0aa5bb9bde0e7439bd3c5c53295cb988371fc11
czmq_4.1.0-1.debian.tar.xz 8.7 KiB f9121d882e3d5a367042d43c61b1ab0375b9b03031ad78b1cc7e589efb0b83a4

Available diffs

No changes file available.

Binary packages built by this source

libczmq-dev: High-level C binding for ZeroMQ (development files)

 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.
 .
 This package provides the development files for czmq.

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