File: control

package info (click to toggle)
golang-eclipse-paho 1.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 508 kB
  • sloc: sh: 85; makefile: 9
file content (28 lines) | stat: -rw-r--r-- 1,236 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
Source: golang-eclipse-paho
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Nobuhiro Iwamatsu <iwamatsu@debian.org>
Build-Depends: debhelper (>= 9),
               dh-golang,
               golang-go,
               golang-github-pborman-uuid-dev,
               golang-github-sirupsen-logrus-dev,
               golang-golang-x-net-dev,  	
Standards-Version: 4.1.4
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-eclipse-paho.git
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-eclipse-paho
Homepage: http://www.eclipse.org/paho/
XS-Go-Import-Path: github.com/eclipse/paho.mqtt.golang

Package: golang-github-eclipse-paho.mqtt.golang-dev
Architecture: all
Conflicts: golang-eclipse-paho-dev
Provides: golang-eclipse-paho-dev
Replaces: golang-eclipse-paho-dev
Depends: ${misc:Depends}, golang-go, golang-github-pborman-uuid-dev, golang-github-sirupsen-logrus-dev,
	golang-golang-x-net-dev
Description: Go package implementing MQTT client library by Eclipse Paho
 The Paho MQTT package provides a library which enable applications to connect
 to broker to publish messages, and to subscribe to topics and receive published
 messages.