File: control

package info (click to toggle)
mqtt-client 1.14-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 556 kB
  • ctags: 604
  • sloc: java: 3,607; xml: 766; makefile: 4
file content (26 lines) | stat: -rw-r--r-- 1,094 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Source: mqtt-client
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Emmanuel Bourg <ebourg@apache.org>
Build-Depends: debhelper (>= 9),
               default-jdk,
               libhawtbuf-java,
               libhawtdispatch-java,
               libmaven-bundle-plugin-java,
               maven-debian-helper (>= 1.5)
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-java/mqtt-client.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/mqtt-client.git
Homepage: http://mqtt-client.fusesource.org

Package: libmqtt-client-java
Architecture: all
Depends: ${maven:Depends}, ${misc:Depends}
Suggests: ${maven:OptionalDepends}
Description: 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.