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

Changelog

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

  * Team upload

  [ Debian Janitor ]
  * Apply multi-arch hints

  [ Mathias Gibbens ]
  * New upstream release
  * Update Standards-Version to 4.6.2 in d/control (no changes needed)
  * Exclude tinygotest in d/rules, as tinygo isn't in Debian

 -- Mathias Gibbens <email address hidden>  Sat, 11 Nov 2023 17:54:20 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc

Downloads

File Size SHA-256 Checksum
golang-github-tinylib-msgp_1.1.9-1.dsc 2.3 KiB e1775a91897ed2d438d292195742f5fde5a96533537a6e92f31699440fe3e364
golang-github-tinylib-msgp_1.1.9.orig.tar.gz 91.2 KiB 91afd0cd228d3c632ff8b2ed8adf77fb4afd52305a7043319ba5c917b2083e8b
golang-github-tinylib-msgp_1.1.9-1.debian.tar.xz 3.7 KiB 1f2bcf42d36dda9eb1752dc142ecca401f3a44c7a4e62528faba023a255c1d8c

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.