mqtt-client 1.16-1 source package in Ubuntu

Changelog

mqtt-client (1.16-1) unstable; urgency=medium

  * New upstream release
  * Use salsa.debian.org Vcs-* URLs
  * Standards-Version updated to 4.5.0
  * Switch to debhelper level 13

 -- Emmanuel Bourg <email address hidden>  Thu, 10 Sep 2020 15:55:11 +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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
mqtt-client_1.16-1.dsc 2.0 KiB f0946fda1d0966378671f52f389330e989c76f38ca316f0b2ff4ec07f0d20501
mqtt-client_1.16.orig.tar.xz 99.6 KiB eced4082bc70e076c2a14d90dbf7c649faad90a88a80716ba7648ee0cf08a10e
mqtt-client_1.16-1.debian.tar.xz 2.6 KiB 9b875a5abe2e30b4b00b51dea0a7f46519b674bb8f58051e283f6d8abdb6350a

Available diffs

No changes file available.

Binary packages built by this source

libmqtt-client-java: Java MQTT Client API

 mqtt-client is a Java implementation of the MQTT publish-subscribe messaging
 protocol. It takes care of automatically reconnecting to the MQTT server and
 restoring the client session if any network failures occur. Applications can
 use a blocking API style, a futures based API, or a callback/continuations
 passing API style.