Tue, 11 Jun 2024 01:18:18 UTC | login

Information for build golang-github-pquerna-ffjson-0-0.5.20200730gitaa0246c.fc33

ID167146
Package Namegolang-github-pquerna-ffjson
Version0
Release0.5.20200730gitaa0246c.fc33
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/golang-github-pquerna-ffjson.git#71835440f909a2f72b7dec7985c55dc56663a5d3
SummaryFaster JSON serialization for Go
Description 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.
Built bydavidlt
State complete
Volume DEFAULT
StartedThu, 13 Aug 2020 10:19:18 UTC
CompletedThu, 13 Aug 2020 10:47:19 UTC
Taskbuild (f33, /rpms/golang-github-pquerna-ffjson.git:71835440f909a2f72b7dec7985c55dc56663a5d3)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/golang-github-pquerna-ffjson.git#71835440f909a2f72b7dec7985c55dc56663a5d3'}}
Tags
f33
f37
f38
RPMs
src
golang-github-pquerna-ffjson-0-0.5.20200730gitaa0246c.fc33.src.rpm (info) (download)
noarch
golang-github-pquerna-ffjson-devel-0-0.5.20200730gitaa0246c.fc33.noarch.rpm (info) (download)
riscv64
golang-github-pquerna-ffjson-0-0.5.20200730gitaa0246c.fc33.riscv64.rpm (info) (download)
golang-github-pquerna-ffjson-debuginfo-0-0.5.20200730gitaa0246c.fc33.riscv64.rpm (info) (download)
golang-github-pquerna-ffjson-debugsource-0-0.5.20200730gitaa0246c.fc33.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
root.log
state.log
Changelog * Thu Jul 30 2020 Robert-André Mauchin <zebob.m@gmail.com> - 0-0.5.20200730gitaa0246c - Bump to commit aa0246cd15f76c96de6b96f22a305bdfb2d1ec02 * 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 * Fri May 17 2019 Robert-André Mauchin <zebob.m@gmail.com> - 0-0.1.20190701gite517b90 - Initial package