golang-github-mesos-mesos-go 0.0.6+dfsg-1 source package in Ubuntu

Changelog

golang-github-mesos-mesos-go (0.0.6+dfsg-1) unstable; urgency=medium

  [ Alexandre Viau ]
  * Point Vcs-* urls to salsa.debian.org.

  [ Dmitry Smirnov ]
  * New upstream release.
  * Testsuite: autopkgtest-pkg-go
  * Priority: optional; Standards-Version: 4.4.1
  * DH & compat to version 12.
  * (Build-)Depends += "golang-github-pquerna-ffjson-dev".
  * rules: DH_GOLANG_GO_GENERATE := 1

 -- Dmitry Smirnov <email address hidden>  Wed, 16 Oct 2019 12:53:28 +1100

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-mesos-mesos-go_0.0.6+dfsg-1.dsc 2.5 KiB 7ee9db9ab62faa05e640ad0b5269762b1282e877885ebf66661d5e5aaf285836
golang-github-mesos-mesos-go_0.0.6+dfsg.orig.tar.xz 592.4 KiB bc376813a2af16f2f72d0cde54c06057c72056d3aa02432c7e3a021370234ead
golang-github-mesos-mesos-go_0.0.6+dfsg-1.debian.tar.xz 4.0 KiB 241c3b954b54db9b9c03fec8885ab720deb16317471fe41ea6e3933b92e3eb85

Available diffs

No changes file available.

Binary packages built by this source

golang-github-mesos-mesos-go-dev: Go language bindings for Apache Mesos

 Pure Go language bindings for Apache Mesos. As with other pure
 implementation, mesos-go uses the HTTP wire protocol to communicate
 directly with a running Mesos master and its slave instances. One of the
 objectives of this project is to provide an idiomatic Go API that makes it
 super easy to create Mesos frameworks using Go.