Sat, 11 May 2024 20:04:34 UTC | login

Information for build toml11-3.7.1-4.fc38

ID234697
Package Nametoml11
Version3.7.1
Release4.fc38
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/toml11.git#2c44f8e72bc751016bf3779feedffabeb7992a16
SummaryTOML for Modern C++
Descriptiontoml11 is a C++11 (or later) header-only toml parser/encoder depending only on C++ standard library. * It is compatible to the latest version of TOML v1.0.0. * It is one of the most TOML standard compliant libraries, tested with the language agnostic test suite for TOML parsers by BurntSushi. * It shows highly informative error messages. You can see the error messages about invalid files at CircleCI. * It has configurable container. You can use any random-access containers and key-value maps as backend containers. * It optionally preserves comments without any overhead. * It has configurable serializer that supports comments, inline tables, literal strings and multiline strings. * It supports user-defined type conversion from/into toml values. * It correctly handles UTF-8 sequences, with or without BOM, both on posix and Windows.
Built bydavidlt
State complete
Volume DEFAULT
StartedThu, 02 Mar 2023 06:37:48 UTC
CompletedThu, 02 Mar 2023 09:19:42 UTC
Taskbuild (f38, /rpms/toml11.git:2c44f8e72bc751016bf3779feedffabeb7992a16)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/toml11.git#2c44f8e72bc751016bf3779feedffabeb7992a16'}}
Tags
f38
f39
f40
RPMs
src
toml11-3.7.1-4.fc38.src.rpm (info) (download)
riscv64
toml11-devel-3.7.1-4.fc38.riscv64.rpm (info) (download)
Logs
riscv64
state.log
root.log
hw_info.log
build.log
mock_output.log
Changelog * Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> 3.7.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.7.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Sat Mar 12 2022 Artem Polishchuk <ego.cordatus@gmail.com> - 3.7.1-1 - chore(update): 3.7.1 * Mon Feb 21 2022 Lukáš Hrázký <lhrazky@redhat.com> - 3.6.1-5 - Backport from upstream: 21732fc - Resolve g++ warning: free-nonheap-object * Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.6.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.6.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Tue Apr 27 2021 Artem Polishchuk <ego.cordatus@gmail.com> - 3.6.1-2 - fix: Do not use noarch | RH#1954188 * Wed Apr 21 2021 Artem Polishchuk <ego.cordatus@gmail.com> - 3.6.1-1 - Initial package