Information for build yyjson-0.10.0-3.fc42

ID113154
Package Nameyyjson
Links Fedora Package Sources | Fedora Official Koji Buildsystem | Rocks RISC-V Koji Buildsystem | Fedora RISC-V GitHub | Old Koji Buildsystem
Version0.10.0
Release3.fc42
Epoch
DraftFalse
Sourcegit+https://src.fedoraproject.org/rpms/yyjson.git#cec5261299744efed0f406aee604fc753b24de74
SummaryA high performance JSON library written in ANSI C
DescriptionA high performance JSON library written in ANSI C. Features - Fast: can read or write gigabytes per second JSON data on modern CPUs. - Portable: complies with ANSI C (C89) for cross-platform compatibility. - Strict: complies with RFC 8259 JSON standard, ensuring strict number format and UTF-8 validation. - Extendable: offers options to allow comments, trailing commas, NaN/Inf, and custom memory allocator. - Accuracy: can accurately read and write int64, uint64, and double numbers. - Flexible: supports unlimited JSON nesting levels, \u0000 characters, and non null-terminated strings. - Manipulation: supports querying and modifying using JSON Pointer, JSON Patch and JSON Merge Patch. - Developer-Friendly: easy integration with only one h and one c file.
Built bykojiadmin
State complete
Volume DEFAULT
StartedMon, 03 Mar 2025 02:06:27 CST
CompletedMon, 03 Mar 2025 02:34:07 CST
Taskbuild (f42, /rpms/yyjson.git:cec5261299744efed0f406aee604fc753b24de74)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/yyjson.git#cec5261299744efed0f406aee604fc753b24de74'}}
Tags
f42
RPMs
src
yyjson-0.10.0-3.fc42.src.rpm (info) (download)
riscv64
yyjson-0.10.0-3.fc42.riscv64.rpm (info) (download)
yyjson-devel-0.10.0-3.fc42.riscv64.rpm (info) (download)
yyjson-debuginfo-0.10.0-3.fc42.riscv64.rpm (info) (download)
yyjson-debugsource-0.10.0-3.fc42.riscv64.rpm (info) (download)
Logs
riscv64
root.log
mock_config.log
dnf5.log
build.log
hw_info.log
state.log
mock_output.log
installed_pkgs.log
Changelog * Sun Jan 19 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.10.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild * Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.10.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Mon Jul 15 2024 Packit <hello@packit.dev> - 0.10.0-1 - Update to 0.10.0 upstream release - Resolves: rhbz#2297812 * Tue Apr 09 2024 topazus <topazus@outlook.com> - 0.9.0-1 - Update to 0.9.0; fix rhbz#2274045 and rhbz#2266791 * Tue Jan 30 2024 topazus <topazus@outlook.com> - 0.8.0-3 - Fix error of -Wno-implicit-int and -Wno-implicit-function-declaration * Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Tue Dec 12 2023 topazus <topazus@outlook.com> - 0.8.0-1 - initial import; rhbz#2254133