golang-github-pquerna-ffjson 0.0~git20181028.e517b90-1.1 source package in Ubuntu

Changelog

golang-github-pquerna-ffjson (0.0~git20181028.e517b90-1.1) unstable; urgency=medium

  * Non maintainer upload by the Reproducible Builds team.
  * No source change upload to rebuild on buildd with .buildinfo files.

 -- Holger Levsen <email address hidden>  Fri, 08 Jan 2021 14:12:15 +0100

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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Downloads

File Size SHA-256 Checksum
golang-github-pquerna-ffjson_0.0~git20181028.e517b90-1.1.dsc 2.4 KiB 8888e3e451d3528407f948401c135e360db6b0e40e529d6389f092fdb6343cb7
golang-github-pquerna-ffjson_0.0~git20181028.e517b90.orig.tar.xz 73.4 KiB 2cd556fcfc0a352ecd4ddfb910a336f9cbb1908342e5ce87f2fdbd8ab115c2e3
golang-github-pquerna-ffjson_0.0~git20181028.e517b90-1.1.debian.tar.xz 2.5 KiB eb6d9278ad25c32c627272a18362e4d9240d32d205057f19c3c32afac3ed8d44

No changes file available.

Binary packages built by this source

ffjson: faster JSON serialization for Go

 ffjson generates static MarshalJSON and UnmarshalJSON functions for
 structures in Go. The generated functions reduce the reliance upon runtime
 reflection to do serialization and are generally 2 to 3 times faster.
 In cases where ffjson doesn't understand a Type involved, it falls back to
 encoding/json, meaning it is a safe drop in replacement. By using ffjson
 your JSON serialization just gets faster with no additional code changes.
 .
 This package contains the ffjson executable.

golang-github-pquerna-ffjson-dev: faster JSON serialization for Go

 ffjson generates static MarshalJSON and UnmarshalJSON functions for
 structures in Go. The generated functions reduce the reliance upon runtime
 reflection to do serialization and are generally 2 to 3 times faster.
 In cases where ffjson doesn't understand a Type involved, it falls back to
 encoding/json, meaning it is a safe drop in replacement. By using ffjson
 your JSON serialization just gets faster with no additional code changes.
 .
 This package contains the source code for other go programs to link against.