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

Changelog

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

  * New upstream version 0.7.7
  * Reorder fields in debian/control and debian/copyright
  * Change Section from devel to golang
  * Bump debhelper build-dependency to debhelper-compat (= 13)"
  * Use dh-sequence-golang instead of dh-golang and --with=golang
  * Bump Standards-Version to 4.6.2 (no change)
  * Add myself to the list of Uploaders

 -- Anthony Fok <email address hidden>  Wed, 25 Jan 2023 13:21:42 -0700

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
Lunar release universe misc

Downloads

File Size SHA-256 Checksum
golang-github-mailru-easyjson_0.7.7-1.dsc 2.3 KiB 1f7a3b0778164374f38821ff50e567039929fc838e044e13d8bb5709f4fccae3
golang-github-mailru-easyjson_0.7.7.orig.tar.gz 79.5 KiB 18ce2051cda6b20a09163d9ecedf905593d7777db043b32b263e62b1cebb7f73
golang-github-mailru-easyjson_0.7.7-1.debian.tar.xz 3.3 KiB 5e0ff13ee9b3d94b1a7e3912fda108e1e5038fa62c3a3fddbf29824b085860e9

Available diffs

No changes file available.

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.