golang-github-eclipse-paho.mqtt.golang-dev (1.1.1-1.1build1)

Details

Core information at a glance

Distribution
ubuntu
Origin
ubuntu-stonking
Repository
https://nl.archive.ubuntu.com/ubuntu
Codename
stonking
Component
universe
Source
golang-eclipse-paho
Architecture
amd64v3
Section
universe/devel
Priority
extra
Maintainer
Ubuntu Developers <[email protected]>

Size & integrity

Byte sizes and integrity verification

Installed size
250 B
Size expected
42.3 kB
Size actual
42.3 kB
Size match

Dependencies

Required package dependencies

  • golang-go
  • golang-github-pborman-uuid-dev
  • golang-github-sirupsen-logrus-dev
  • golang-golang-x-net-dev

Suggested packages

Recommended additional packages

  • None

Description

Go package implementing MQTT client library by Eclipse Paho

Tags

Package classification tags

None

Checksums

Hash values and integrity verification status

TypeActualMatch
MD58e4423c5…471afaa4
SHA-16b203c87…0fda9e19
SHA-256a91e40df…a7d4ee33
SHA-512de635fa2…a7f1a5bc

Contents

Files and directories included

.
usr
usr/share
usr/share/doc
usr/share/doc/golang-github-eclipse-paho.mqtt.golang-dev
usr/share/doc/golang-github-eclipse-paho.mqtt.golang-dev/README.md
usr/share/doc/golang-github-eclipse-paho.mqtt.golang-dev/changelog.Debian.gz
usr/share/doc/golang-github-eclipse-paho.mqtt.golang-dev/copyright
usr/share/gocode
usr/share/gocode/src
usr/share/gocode/src/github.com
usr/share/gocode/src/github.com/eclipse
usr/share/gocode/src/github.com/eclipse/paho.mqtt.golang
usr/share/gocode/src/github.com/eclipse/paho.mqtt.golang/client.go
usr/share/gocode/src/github.com/eclipse/paho.mqtt.golang/cmd
usr/share/gocode/src/github.com/eclipse/paho.mqtt.golang/cmd/custom_store
usr/share/gocode/src/github.com/eclipse/paho.mqtt.golang/cmd/custom_store/main.go
usr/share/gocode/src/github.com/eclipse/paho.mqtt.golang/cmd/routing
usr/share/gocode/src/github.com/eclipse/paho.mqtt.golang/cmd/routing/main.go
usr/share/gocode/src/github.com/eclipse/paho.mqtt.golang/cmd/sample
usr/share/gocode/src/github.com/eclipse/paho.mqtt.golang/cmd/sample/main.go
usr/share/gocode/src/github.com/eclipse/paho.mqtt.golang/cmd/simple
usr/share/gocode/src/github.com/eclipse/paho.mqtt.golang/cmd/simple/main.go
usr/share/gocode/src/github.com/eclipse/paho.mqtt.golang/cmd/ssl
usr/share/gocode/src/github.com/eclipse/paho.mqtt.golang/cmd/ssl/main.go
usr/share/gocode/src/github.com/eclipse/paho.mqtt.golang/cmd/stdinpub
usr/share/gocode/src/github.com/eclipse/paho.mqtt.golang/cmd/stdinpub/main.go
usr/share/gocode/src/github.com/eclipse/paho.mqtt.golang/cmd/stdoutsub
usr/share/gocode/src/github.com/eclipse/paho.mqtt.golang/cmd/stdoutsub/main.go
usr/share/gocode/src/github.com/eclipse/paho.mqtt.golang/components.go
usr/share/gocode/src/github.com/eclipse/paho.mqtt.golang/filestore.go
usr/share/gocode/src/github.com/eclipse/paho.mqtt.golang/fvt_client_test.go
usr/share/gocode/src/github.com/eclipse/paho.mqtt.golang/fvt_store_test.go
usr/share/gocode/src/github.com/eclipse/paho.mqtt.golang/fvt_test.go
usr/share/gocode/src/github.com/eclipse/paho.mqtt.golang/memstore.go
usr/share/gocode/src/github.com/eclipse/paho.mqtt.golang/message.go
usr/share/gocode/src/github.com/eclipse/paho.mqtt.golang/messageids.go
usr/share/gocode/src/github.com/eclipse/paho.mqtt.golang/net.go
usr/share/gocode/src/github.com/eclipse/paho.mqtt.golang/oops.go
usr/share/gocode/src/github.com/eclipse/paho.mqtt.golang/options.go
usr/share/gocode/src/github.com/eclipse/paho.mqtt.golang/options_reader.go
usr/share/gocode/src/github.com/eclipse/paho.mqtt.golang/packets
usr/share/gocode/src/github.com/eclipse/paho.mqtt.golang/packets/connack.go
usr/share/gocode/src/github.com/eclipse/paho.mqtt.golang/packets/connect.go
usr/share/gocode/src/github.com/eclipse/paho.mqtt.golang/packets/disconnect.go
usr/share/gocode/src/github.com/eclipse/paho.mqtt.golang/packets/packets.go
usr/share/gocode/src/github.com/eclipse/paho.mqtt.golang/packets/packets_test.go
usr/share/gocode/src/github.com/eclipse/paho.mqtt.golang/packets/pingreq.go
usr/share/gocode/src/github.com/eclipse/paho.mqtt.golang/packets/pingresp.go
usr/share/gocode/src/github.com/eclipse/paho.mqtt.golang/packets/puback.go
usr/share/gocode/src/github.com/eclipse/paho.mqtt.golang/packets/pubcomp.go
usr/share/gocode/src/github.com/eclipse/paho.mqtt.golang/packets/publish.go
usr/share/gocode/src/github.com/eclipse/paho.mqtt.golang/packets/pubrec.go
usr/share/gocode/src/github.com/eclipse/paho.mqtt.golang/packets/pubrel.go
usr/share/gocode/src/github.com/eclipse/paho.mqtt.golang/packets/suback.go
usr/share/gocode/src/github.com/eclipse/paho.mqtt.golang/packets/subscribe.go
usr/share/gocode/src/github.com/eclipse/paho.mqtt.golang/packets/unsuback.go
usr/share/gocode/src/github.com/eclipse/paho.mqtt.golang/packets/unsubscribe.go
usr/share/gocode/src/github.com/eclipse/paho.mqtt.golang/ping.go
usr/share/gocode/src/github.com/eclipse/paho.mqtt.golang/router.go
usr/share/gocode/src/github.com/eclipse/paho.mqtt.golang/store.go
usr/share/gocode/src/github.com/eclipse/paho.mqtt.golang/token.go
usr/share/gocode/src/github.com/eclipse/paho.mqtt.golang/token_test.go
usr/share/gocode/src/github.com/eclipse/paho.mqtt.golang/topic.go
usr/share/gocode/src/github.com/eclipse/paho.mqtt.golang/trace.go
usr/share/gocode/src/github.com/eclipse/paho.mqtt.golang/unit_client_test.go
usr/share/gocode/src/github.com/eclipse/paho.mqtt.golang/unit_message_test.go
usr/share/gocode/src/github.com/eclipse/paho.mqtt.golang/unit_messageids_test.go
usr/share/gocode/src/github.com/eclipse/paho.mqtt.golang/unit_options_test.go
usr/share/gocode/src/github.com/eclipse/paho.mqtt.golang/unit_ping_test.go
usr/share/gocode/src/github.com/eclipse/paho.mqtt.golang/unit_router_test.go
usr/share/gocode/src/github.com/eclipse/paho.mqtt.golang/unit_store_test.go
usr/share/gocode/src/github.com/eclipse/paho.mqtt.golang/unit_topic_test.go