golang-github-mailru-easyjson 0.0~git20161103.0.159cdb8-1 source package in Ubuntu

Changelog

golang-github-mailru-easyjson (0.0~git20161103.0.159cdb8-1) unstable; urgency=medium

  * Initial release (Closes: #853811)

 -- Tim Potter <email address hidden>  Tue, 29 Nov 2016 14:11:38 +1100

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

Downloads

File Size SHA-256 Checksum
golang-github-mailru-easyjson_0.0~git20161103.0.159cdb8-1.dsc 2.3 KiB 9d7c3a9e0fb4d66e12a28aa15710b1643eb9eaa15fc0d08811749e5825c640c9
golang-github-mailru-easyjson_0.0~git20161103.0.159cdb8.orig.tar.xz 51.3 KiB b2edf991610e3c71aa9d533b9248b4ff65c86deeb9f74e98aa76ee751edb4625
golang-github-mailru-easyjson_0.0~git20161103.0.159cdb8-1.debian.tar.xz 2.5 KiB 9998739e17ff02967893383db5a7a6c4623f03b77edbac19cdcc8ec483a2db65

No changes file available.

Binary packages built by this source

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

No description available for golang-easyjson in ubuntu eoan.

golang-easyjson-dbgsym: No summary available for golang-easyjson-dbgsym in ubuntu disco.

No description available for golang-easyjson-dbgsym in ubuntu disco.

golang-github-mailru-easyjson-dev: Fast JSON serializer for golang

 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.