Tue, 21 May 2024 09:33:38 UTC | login

Information for build libscn-0.3-2.fc33

ID180659
Package Namelibscn
Version0.3
Release2.fc33
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/libscn.git#9dcfec6225ffbe0925c933e3c8fca94bbcede77c
SummaryLibrary for replacing scanf and std::istream
Descriptionscnlib is a modern C++ library for replacing scanf and std::istream. This library attempts to move us ever so closer to replacing iostreams and C stdio altogether. It's faster than iostream (see Benchmarks) and type-safe, unlike scanf. Think {fmt} but in the other direction. This library is the reference implementation of the ISO C++ standards proposal P1729 "Text Parsing".
Built bydavidlt
State complete
Volume DEFAULT
StartedFri, 14 Aug 2020 07:39:17 UTC
CompletedFri, 14 Aug 2020 09:07:30 UTC
Taskbuild (f33, /rpms/libscn.git:9dcfec6225ffbe0925c933e3c8fca94bbcede77c)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/libscn.git#9dcfec6225ffbe0925c933e3c8fca94bbcede77c'}}
Tags
f33
RPMs
src
libscn-0.3-2.fc33.src.rpm (info) (download)
riscv64
libscn-0.3-2.fc33.riscv64.rpm (info) (download)
libscn-devel-0.3-2.fc33.riscv64.rpm (info) (download)
libscn-debuginfo-0.3-2.fc33.riscv64.rpm (info) (download)
libscn-debugsource-0.3-2.fc33.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * Thu Aug 06 2020 Vitaly Zaitsev <vitaly@easycoding.org> - 0.3-2 - Added patch with library destination fixes. * Tue Aug 04 2020 Vitaly Zaitsev <vitaly@easycoding.org> - 0.3-1 - Initial SPEC release.