Thu, 28 Mar 2024 23:19:05 UTC | login

Information for build toml11-3.6.1-2.fc33

ID195799
Package Nametoml11
Version3.6.1
Release2.fc33
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/toml11.git#2eea0fc4a6806b502f6a27204d82276a05bed492
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
StartedFri, 07 May 2021 14:42:17 UTC
CompletedFri, 07 May 2021 15:03:05 UTC
Taskbuild (f33, /rpms/toml11.git:2eea0fc4a6806b502f6a27204d82276a05bed492)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/toml11.git#2eea0fc4a6806b502f6a27204d82276a05bed492'}}
Tags
f33
f37
f38
RPMs
src
toml11-3.6.1-2.fc33.src.rpm (info) (download)
riscv64
toml11-devel-3.6.1-2.fc33.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * 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