File: control

package info (click to toggle)
paho.mqtt.c 1.3.8-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 15,376 kB
  • sloc: ansic: 44,121; javascript: 4,084; python: 3,143; makefile: 294; xml: 281; sh: 74
file content (38 lines) | stat: -rw-r--r-- 1,591 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
Source: paho.mqtt.c
Priority: optional
Maintainer: Roman Ondráček <roman@romanondracek.cz>
Build-Depends: debhelper (>= 12), debhelper-compat (= 13), cmake (>= 2.8.12), libssl-dev
Standards-Version: 4.5.1
Section: libs
Homepage: https://github.com/eclipse/paho.mqtt.c/
Vcs-Browser: https://gitlab.iqrf.org/open-source/iqrf-gateway-daemon-utils/paho.mqtt.c
Vcs-Git: https://gitlab.iqrf.org/open-source/iqrf-gateway-daemon-utils/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.