Sat, 06 Jul 2024 15:12:10 UTC | login

Information for build golang-github-mailru-easyjson-0.7.6-1.fc33

ID188887
Package Namegolang-github-mailru-easyjson
Version0.7.6
Release1.fc33
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/golang-github-mailru-easyjson.git#6aa2f5e1d7b85753473a10bdf4355900718248c7
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
StartedWed, 02 Dec 2020 06:45:29 UTC
CompletedWed, 02 Dec 2020 07:03:59 UTC
Taskbuild (f33, /rpms/golang-github-mailru-easyjson.git:6aa2f5e1d7b85753473a10bdf4355900718248c7)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/golang-github-mailru-easyjson.git#6aa2f5e1d7b85753473a10bdf4355900718248c7'}}
Tags
f33
f37
f38
RPMs
src
golang-github-mailru-easyjson-0.7.6-1.fc33.src.rpm (info) (download)
noarch
golang-github-mailru-easyjson-devel-0.7.6-1.fc33.noarch.rpm (info) (download)
riscv64
golang-github-mailru-easyjson-0.7.6-1.fc33.riscv64.rpm (info) (download)
golang-github-mailru-easyjson-debuginfo-0.7.6-1.fc33.riscv64.rpm (info) (download)
golang-github-mailru-easyjson-debugsource-0.7.6-1.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 15 2020 Robert-André Mauchin <zebob.m@gmail.com> - 0.7.6-1 - Update to 0.7.6 * 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