jeromq 0.3.6-1 source package in Ubuntu

Changelog

jeromq (0.3.6-1) unstable; urgency=medium

  * New upstream release
    - The license changed to MPL-2.0
  * Build with the DH sequencer instead of CDBS
  * Standards-Version updated to 3.9.8
  * Switch to debhelper level 10
  * Use a secure Vcs-Git URL

 -- Emmanuel Bourg <email address hidden>  Sat, 29 Oct 2016 16:17:17 +0200

Upload details

Uploaded by:
Debian Java Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc
Bionic release universe misc

Builds

Zesty: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
jeromq_0.3.6-1.dsc 1.9 KiB 8b45f6966a8280869eb5479f3d218cfeec730b79cabef6b3b9daf9dbd5b804d2
jeromq_0.3.6.orig.tar.xz 166.4 KiB 9e68db6813ba230b8c13d5ce77629a1542c8cce36a28737b32cd62256bf89653
jeromq_0.3.6-1.debian.tar.xz 7.2 KiB 7d45e9304c487ae99acf6e346dd3590654efc4c7750f4e7807d6eb96369b000a

Available diffs

No changes file available.

Binary packages built by this source

libjeromq-java: Java implementation of the ZeroMQ messaging library

 JeroMQ is pure Java implementation of the ZeroMQ messaging library (libmzq).
 Compared to jzmq (libzmq-java) this implementation doesn't rely on a native
 library.
 .
 JeroMQ support ZMTP/2.0, the tcp:// and inproc:// protocols. ipc:// protocol
 works only between jeromq. The API is compatible with jzmq.