File: control

package info (click to toggle)
paho.mqtt.c 1.3.15-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,780 kB
  • sloc: ansic: 45,981; python: 3,143; javascript: 2,919; makefile: 300; xml: 281; sh: 99
file content (39 lines) | stat: -rw-r--r-- 1,563 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
27
28
29
30
31
32
33
34
35
36
37
38
39
Source: paho.mqtt.c
Priority: optional
Maintainer: Roman Ondráček <mail@romanondracek.cz>
Build-Depends: debhelper (>= 12), debhelper-compat (= 13), cmake (>= 2.8.12), libssl-dev
Rules-Requires-Root: no
Standards-Version: 4.7.2
Section: libs
Homepage: https://github.com/eclipse-paho/paho.mqtt.c/
Vcs-Browser: https://salsa.debian.org/ondracek/paho.mqtt.c
Vcs-Git: https://salsa.debian.org/ondracek/paho.mqtt.c.git

Package: libpaho-mqtt-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libpaho-mqtt1.3 (= ${binary:Version}), ${misc:Depends}
Description: Eclipse Paho MQTT C client - development files
 This libraries enable applications to connect to an MQTT broker to publish
 messages, and to subscribe to topics and receive published messages.
 .
 This package contains files for development and static libraries.

Package: libpaho-mqtt1.3
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Eclipse Paho MQTT C client - shared libraries
 This libraries enable applications to connect to an MQTT broker to publish
 messages, and to subscribe to topics and receive published messages.

Package: paho.mqtt.c-examples
Section: misc
Architecture: any
Depends: libpaho-mqtt1.3 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Description: Eclipse Paho MQTT C client - example files
 This libraries enable applications to connect to an MQTT broker to publish
 messages, and to subscribe to topics and receive published messages.
 .
 This package contains example files and demonstration programs.