Information for build jsmn-1.1.0^20211014git25647e6-5.fc45

ID219993
Package Namejsmn
Links Fedora Package Sources | Fedora Official Koji Buildsystem | Rocks RISC-V Koji Buildsystem | Fedora RISC-V GitHub | Old Koji Buildsystem
Version1.1.0^20211014git25647e6
Release5.fc45
Epoch
DraftFalse
Sourcegit+https://src.fedoraproject.org/rpms/jsmn.git#80735d781d43546f46edcf2b11d287b8d538822c
SummaryMinimalistic JSON parser / tokenizer for C
Descriptionjsmn (pronounced like 'jasmine') is a minimalistic JSON parser written in C. It can be easily integrated into resource-limited or embedded projects. Most JSON parsers offer you a bunch of functions to load JSON data, parse it and extract any value by its name. jsmn proves that checking the correctness of every JSON packet or allocating temporary objects to store parsed JSON fields often is an overkill. jsmn is designed to be robust (it should work fine even with erroneous data), fast (it should parse data on the fly), portable (no superfluous dependencies or non-standard C extensions). And of course, simplicity is a key feature: simple code style, simple algorithm, simple integration into other projects.
Built byhezhengyu
State complete
Volume DEFAULT
StartedFri, 28 Aug 2026 18:15:40 CST
CompletedFri, 28 Aug 2026 19:07:05 CST
Taskbuild (f45, /rpms/jsmn.git:80735d781d43546f46edcf2b11d287b8d538822c)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/jsmn.git#80735d781d43546f46edcf2b11d287b8d538822c'}}
Tags
f45
RPMs
src
jsmn-1.1.0^20211014git25647e6-5.fc45.src.rpm (info) (download)
noarch
jsmn-devel-1.1.0^20211014git25647e6-5.fc45.noarch.rpm (info) (download)
Logs
riscv64
installed_pkgs.log
mock_config.log
hw_info.log
state.log
build.log
mock_output.log
root.log
dnf5.log
noarch_rpmdiff.json
Changelog * Thu Jul 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0^20211014git25647e6-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild * Fri Jan 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0^20211014git25647e6-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild * Thu Jul 24 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0^20211014git25647e6-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild * Sat Mar 01 2025 Artur Frenszek-Iwicki <fedora@svgames.pl> - 1.1.0^20211014git25647e6-2 - Run tests on all architectures - Include README in -devel package * Fri Feb 28 2025 Artur Frenszek-Iwicki <fedora@svgames.pl> - 1.1.0^20211014git25647e6-1 - Initial packaging