Sat, 27 Apr 2024 12:34:08 UTC | login

Information for build toml11-3.7.1-6.fc40

ID302666
Package Nametoml11
Version3.7.1
Release6.fc40
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/toml11.git#3b256769df5be4f9ae32cf674ef82011cbd69357
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, 27 Mar 2024 19:07:14 UTC
CompletedThu, 28 Mar 2024 09:20:16 UTC
Taskbuild (f40, /rpms/toml11.git:3b256769df5be4f9ae32cf674ef82011cbd69357)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/toml11.git#3b256769df5be4f9ae32cf674ef82011cbd69357'}}
Tags
f40
RPMs
src
toml11-3.7.1-6.fc40.src.rpm (info) (download)
riscv64
toml11-devel-3.7.1-6.fc40.riscv64.rpm (info) (download)
Logs
riscv64
hw_info.log
state.log
build.log
root.log
mock_output.log
Changelog * Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> 3.7.1-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> 3.7.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * 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