golang-github-tinylib-msgp 1.1.6-1ubuntu0.23.10.1 source package in Ubuntu

Changelog

golang-github-tinylib-msgp (1.1.6-1ubuntu0.23.10.1) mantic-security; urgency=medium

  * No change rebuid due to golang-1.20, golang-1.21 updates

 -- Nishit Majithia <email address hidden>  Tue, 23 Jan 2024 09:35:38 +0530

Upload details

Uploaded by:
Nishit Majithia
Uploaded to:
Mantic
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
golang
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic updates universe misc
Mantic security 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-1ubuntu0.23.10.1.debian.tar.xz 3.8 KiB a142dade689259bc02554e69c7dfc259df24d90b38e57ea75a2bd6ca56d10337
golang-github-tinylib-msgp_1.1.6-1ubuntu0.23.10.1.dsc 2.3 KiB 87fad0828d0807c40b5703dbb6491c2df28bd60fe864f0099da9a9ec1c27b043

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.