Name: | tomlplusplus |
---|---|
Version: | 3.4.0 |
Release: | 1.el9 |
Architecture: | aarch64 |
Group: | Unspecified |
Size: | 288012 |
License: | MIT |
RPM: | tomlplusplus-3.4.0-1.el9.aarch64.rpm |
Source RPM: | tomlplusplus-3.4.0-1.el9.src.rpm |
Build Date: | Thu Dec 07 2023 |
Build Host: | build-ol9-aarch64.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/marzer/tomlplusplus |
Summary: | Header-only TOML config file parser and serializer for C++17 |
Description: | toml++ is a TOML config parser and serializer for c++. - Header-only (optional!) - Supports the latest [TOML] release ([v1.0.0]), plus optional support for some unreleased TOML features - Passes all tests in the [toml-test](https://github.com/BurntSushi/toml-test) suite - Supports serializing to JSON and YAML - Proper UTF-8 handling (incl. BOM) - C++17 (plus some C++20 features where available, e.g. experimental support for [char8_t] strings) - Doesn't require RTTI - Works with or without exceptions - Tested on Clang (6+), GCC (7+) and MSVC (VS2019) - Tested on x64, x86 and ARM |
- update to 3.4.0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
- fix %%if 0%{?fedora} condition on epel
- fix for catch2 version
- Initial import (RHBZ#2210624)