Wed, 17 Jul 2024 09:46:50 UTC | login

Information for build golang-github-mailru-easyjson-0-0.5.20190628git1ea4449.fc33

ID183311
Package Namegolang-github-mailru-easyjson
Version0
Release0.5.20190628git1ea4449.fc33
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/golang-github-mailru-easyjson.git#090e6cdf8a51bf3e73c98c9f6ebc091bd87201bf
SummaryFast JSON serializer for Go
Description Package Easyjson provides a fast and easy way to marshal/unmarshal Go structs to/from JSON without the use of reflection. In performance tests, easyjson outperforms the standard encoding/json package by a factor of 4-5x, and other JSON encoding packages by a factor of 2-3x. Easyjson aims to keep generated Go code simple enough so that it can be easily optimized or fixed. Another goal is to provide users with the ability to customize the generated code by providing options not available with the standard encoding/json package, such as generating "snake_case" names or enabling omitempty behavior by default.
Built bydavidlt
State complete
Volume DEFAULT
StartedSat, 15 Aug 2020 01:36:46 UTC
CompletedSat, 15 Aug 2020 02:02:19 UTC
Taskbuild (f33, /rpms/golang-github-mailru-easyjson.git:090e6cdf8a51bf3e73c98c9f6ebc091bd87201bf)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/golang-github-mailru-easyjson.git#090e6cdf8a51bf3e73c98c9f6ebc091bd87201bf'}}
Tags
f33
RPMs
src
golang-github-mailru-easyjson-0-0.5.20190628git1ea4449.fc33.src.rpm (info) (download)
noarch
golang-github-mailru-easyjson-devel-0-0.5.20190628git1ea4449.fc33.noarch.rpm (info) (download)
riscv64
golang-github-mailru-easyjson-0-0.5.20190628git1ea4449.fc33.riscv64.rpm (info) (download)
golang-github-mailru-easyjson-debuginfo-0-0.5.20190628git1ea4449.fc33.riscv64.rpm (info) (download)
golang-github-mailru-easyjson-debugsource-0-0.5.20190628git1ea4449.fc33.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
root.log
state.log
Changelog * Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.5 - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Thu May 09 2019 Robert-André Mauchin <zebob.m@gmail.com> - 0-0.1.20190628git1ea4449 - Initial package