golang-github-mailru-easyjson 0.7.7-1ubuntu0.23.10.1 source package in Ubuntu

Changelog

golang-github-mailru-easyjson (0.7.7-1ubuntu0.23.10.1) mantic-security; urgency=medium

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

 -- Nishit Majithia <email address hidden>  Mon, 22 Jan 2024 10:01:18 +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-mailru-easyjson_0.7.7.orig.tar.gz 79.5 KiB 18ce2051cda6b20a09163d9ecedf905593d7777db043b32b263e62b1cebb7f73
golang-github-mailru-easyjson_0.7.7-1ubuntu0.23.10.1.debian.tar.xz 3.5 KiB ec7a8f235c1a11eb18837c83ada25e6cbf4bcf2ea2e9aa92cdc6e4aee1c206c1
golang-github-mailru-easyjson_0.7.7-1ubuntu0.23.10.1.dsc 2.3 KiB 8ab05e3d10fbeaa54acfb1e333b612be60a7dd0524b09a95cf2727d18856d4b5

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.