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

Changelog

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

  * Team upload.

  [ Alexandre Viau ]
  * Point Vcs-* urls to salsa.debian.org.

  [ Martina Ferrari ]
  * Update gbp.conf.
  * Automated cme fixes, including bumping dh compat,
    which closes: #947996.
  * Add watchfile.
  * Instead of patching the Makefile, run the code generator from
    debian/rules.
  * Fix short descriptions.

 -- Martina Ferrari <email address hidden>  Wed, 15 Jan 2020 00:13:06 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Downloads

File Size SHA-256 Checksum
golang-github-mailru-easyjson_0.7.0-1.dsc 2.3 KiB 96c74becf056259155db7563e21c76742e4dce51d0d9106e09a4a0f5a6947744
golang-github-mailru-easyjson_0.7.0.orig.tar.gz 71.1 KiB 6229c0ec172b9409b7b6799eddec5280a0359389bd89c1a890ef52960d6bd7b6
golang-github-mailru-easyjson_0.7.0-1.debian.tar.xz 3.2 KiB c45a73fc6e5e4998da668fd8078fa414f0092b713b2972c7bdf09e7e05cd5c3a

No changes file available.

Binary packages built by this source

golang-easyjson: No summary available for golang-easyjson in ubuntu groovy.

No description available for golang-easyjson in ubuntu groovy.

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.