Sat, 11 May 2024 17:14:30 UTC | login

Information for build toml11-3.7.1-2.fc37

ID204803
Package Nametoml11
Version3.7.1
Release2.fc37
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/toml11.git#5a78e635f88b96e822543caf1afd9e55c4dd0f3f
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
StartedWed, 21 Sep 2022 14:56:30 UTC
CompletedWed, 21 Sep 2022 15:03:23 UTC
Taskbuild (f37, /rpms/toml11.git:5a78e635f88b96e822543caf1afd9e55c4dd0f3f)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/toml11.git#5a78e635f88b96e822543caf1afd9e55c4dd0f3f'}}
Tags
f37
f38
RPMs
src
toml11-3.7.1-2.fc37.src.rpm (info) (download)
riscv64
toml11-devel-3.7.1-2.fc37.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * 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