golang-github-tinylib-msgp 1.0.2-1 source package in Ubuntu

Changelog

golang-github-tinylib-msgp (1.0.2-1) unstable; urgency=medium

  [ Paul Tagliamonte ]
  * Team upload.
  * Use a secure transport for the Vcs-Git and Vcs-Browser URL

  [ Tim Potter ]
  * Add me to uploaders

  [ Jordi Mallach ]
  * New upstream release (closes: #876820).
  * Change package priorities to optional.
  * Move to debhelper compat v11.
  * Use https on URLs in copyright file.
  * Update Standards-Version to 4.1.3.

  [ Shengjing Zhu ]
  * d/rules: copy _generated/search.sh to build.

 -- Jordi Mallach <email address hidden>  Fri, 19 Jan 2018 11:53:28 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc

Downloads

File Size SHA-256 Checksum
golang-github-tinylib-msgp_1.0.2-1.dsc 2.3 KiB 03bd873a60793ef9aed70c7505f90a6f2ac7b4e1fbf7447466c19c9538dcd755
golang-github-tinylib-msgp_1.0.2.orig.tar.gz 66.7 KiB 3769a1d074e1e8a1903d26c0cf36ad249848d3a0b2a78c20b8040cfd6ce3811f
golang-github-tinylib-msgp_1.0.2-1.debian.tar.xz 2.6 KiB 451e1ac4c02c1eaa414278ac548375fe3edaad7ce2d381aef2c16edf189fe3cf

Available diffs

No changes file available.

Binary packages built by this source

golang-github-tinylib-msgp-dev: Go code generator for MessagePack (source)

 This is a code generation tool and serialization library for MessagePack. It is
 targeted at the go generate tool. You can read more about MessagePack in the
 wiki, or at msgpack.org.
 .
 Why?
 .
   * Use Go as your schema language
   * Speeeeeed (400MB/s on modern hardware)
   * JSON interop
   * User-defined extensions
   * Type safety
   * Encoding flexibility
 .
 This package contains the source.

msgp: Go code generator for MessagePack

 This is a code generation tool and serialization library for MessagePack. It is
 targeted at the go generate tool. You can read more about MessagePack in the
 wiki, or at msgpack.org.
 .
 Why?
 .
   * Use Go as your schema language
   * Speeeeeed (400MB/s on modern hardware)
   * JSON interop
   * User-defined extensions
   * Type safety
   * Encoding flexibility
 .
 This package contains the tools/binaries.