toml11

v 4.2.0 Updated: 3 months ago

TOML for Modern C++

toml11 is a feature-rich TOML language library for C++11/14/17/20: - It complies with the latest TOML language specification. - It passes all the standard TOML language test cases. - It supports new features merged into the upcoming TOML version (v1.1.0). - It provides clear error messages, including the location of the error. - It parses and retains comments, associating them with corresponding values. - It maintains formatting information such as hex integers and considers these during serialization. - It provides exception-less parse function. - It supports complex type conversions from TOML values. - It allows customization of the types stored in toml::value. - It provides some extensions not present in the TOML language standard.

https://toruniina.github.io/toml11/

To install toml11, paste this in macOS terminal after installing MacPorts

sudo port install toml11

Add to my watchlist

Installations 0
Requested Installations 0