golang-github-mailru-easyjson 0.7.7-1build1 source package in Ubuntu

Changelog

golang-github-mailru-easyjson (0.7.7-1build1) mantic; urgency=medium

  * No-change rebuild with Go 1.21.

 -- Michael Hudson-Doyle <email address hidden>  Thu, 24 Aug 2023 17:15:30 +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
Noble release universe misc
Mantic release universe misc

Downloads

File Size SHA-256 Checksum
golang-github-mailru-easyjson_0.7.7.orig.tar.gz 79.5 KiB 18ce2051cda6b20a09163d9ecedf905593d7777db043b32b263e62b1cebb7f73
golang-github-mailru-easyjson_0.7.7-1build1.debian.tar.xz 3.4 KiB add248e46eb036ccf7418203c976cda20f282c993ebaff1dedc10b3e9957cabd
golang-github-mailru-easyjson_0.7.7-1build1.dsc 2.3 KiB d392e84eb087063a950629640085bf3d8107a59d43d5643c89cd5ad71ca5c066

View changes file

Binary packages built by this source

golang-easyjson: Fast JSON serializer for golang - command-line client

 easyjson allows (un-)marshaling of JSON golang structs without the
 use of reflection by generating marshaller code.
 .
 One of the aims of the library is to keep generated code simple enough
 so that it can be easily optimized or fixed. Another goal is to provide
 users with ability to customize the generated code not available in
 'encoding/json', such as generating snake_case names or enabling
 'omitempty' behavior by default.
 .
 This package contains the command-line client.

golang-easyjson-dbgsym: debug symbols for golang-easyjson
golang-github-mailru-easyjson-dev: Fast JSON serializer for golang - development files

 easyjson allows (un-)marshaling of JSON golang structs without the
 use of reflection by generating marshaller code.
 .
 One of the aims of the library is to keep generated code simple enough
 so that it can be easily optimized or fixed. Another goal is to provide
 users with ability to customize the generated code not available in
 'encoding/json', such as generating snake_case names or enabling
 'omitempty' behavior by default.
 .
 This package contains the development files.