File: control

package info (click to toggle)
paho.mqtt.cpp 1.5.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,672 kB
  • sloc: cpp: 13,068; ansic: 113; sh: 55; makefile: 22
file content (48 lines) | stat: -rw-r--r-- 1,729 bytes parent folder | download | duplicates (2)
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
40
41
42
43
44
45
46
47
48
Source: paho.mqtt.cpp
Section: libs
Priority: optional
Maintainer: Roman Ondráček <mail@romanondracek.cz>
Build-Depends: debhelper-compat (= 13), cmake, doxygen, libcatch2-dev,
 libssl-dev, libpaho-mqtt-dev (>= 1.3.14)
Rules-Requires-Root: no
Standards-Version: 4.7.2
Homepage: https://github.com/eclipse-paho/paho.mqtt.cpp/
Vcs-Browser: https://salsa.debian.org/ondracek/paho.mqtt.cpp
Vcs-Git: https://salsa.debian.org/ondracek/paho.mqtt.cpp.git

Package: libpaho-mqttpp3-1
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Eclipse Paho MQTT C++ Client Library - shared libraries
 This library enables C++11 applications to connect to an MQTT broker,
 publish messages to the broker, and to subscribe to topics and receive
 published messages.
 .
 This package contains the shared library.

Package: libpaho-mqttpp-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libpaho-mqttpp3-1 (= ${binary:Version}), ${misc:Depends}
Description: Eclipse Paho MQTT C++ Client Library - development files
 This library enables C++11 applications to connect to an MQTT broker,
 publish messages to the broker, and to subscribe to topics and receive
 published messages.
 .
 This package contains the development files.

Package: libpaho-mqttpp-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: Eclipse Paho MQTT C++ Client Library - library documentation
 This library enables C++11 applications to connect to an MQTT broker,
 publish messages to the broker, and to subscribe to topics and receive
 published messages.
 .
 This package contains the doxygen generated HTML documentation for the
 libraries.