golang-gopkg-vmihailenco-msgpack.v2 3.1.1-4 source package in Ubuntu

Changelog

golang-gopkg-vmihailenco-msgpack.v2 (3.1.1-4) unstable; urgency=medium

  * Vcs-* urls: pkg-go-team -> go-team.

 -- Alexandre Viau <email address hidden>  Mon, 05 Feb 2018 23:07:09 -0500

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
Bionic release universe misc

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-gopkg-vmihailenco-msgpack.v2_3.1.1-4.dsc 2.4 KiB 9d11d14c392a9d48697c477f4edf30cdfc7e29b11b76700076e09868f3527cf6
golang-gopkg-vmihailenco-msgpack.v2_3.1.1.orig.tar.gz 22.9 KiB b4598a87a862a152c68f1502ac87aa8f9a3cfdcc1e61e2c8ea7cd558a326a8f1
golang-gopkg-vmihailenco-msgpack.v2_3.1.1-4.debian.tar.xz 2.6 KiB 6f7d37a977c3c94eab9b364bab780f3c24647f960d2a06aa839f87a681549d60

Available diffs

No changes file available.

Binary packages built by this source

golang-gopkg-vmihailenco-msgpack.v2-dev: Msgpack encoding for Golang

 MessagePack is an efficient binary serialization format. It lets you
 exchange data among multiple languages like JSON. But it's faster and
 smaller. Small integers are encoded into a single byte, and typical short
 strings require only one extra byte in addition to the strings themselves.