golang-github-tinylib-msgp 1.1.6-1build1 source package in Ubuntu

Changelog

golang-github-tinylib-msgp (1.1.6-1build1) mantic; urgency=medium

  * No-change rebuild with Go 1.21.

 -- Michael Hudson-Doyle <email address hidden>  Thu, 24 Aug 2023 17:15:50 +1200

Upload details

Uploaded by:
Michael Hudson-Doyle
Uploaded to:
Mantic
Original maintainer:
Debian Go Packaging Team
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc

Downloads

File Size SHA-256 Checksum
golang-github-tinylib-msgp_1.1.6.orig.tar.gz 83.3 KiB ccb0d93c1ffc9f27b052772fcde03a40c172daaeebba37e2fd00efd413822d8a
golang-github-tinylib-msgp_1.1.6-1build1.debian.tar.xz 3.7 KiB 057f857afa0a8c63804f00b051c886e8d31fda9a8f65cf94e6a160d460dd3298
golang-github-tinylib-msgp_1.1.6-1build1.dsc 2.3 KiB 65eafca4b42d425b0608bed76ec25ddd977fd9b0b04e24e1f958bd21a0fa2a67

View changes file

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.