tomlplusplus
« Back to VersTracker
Description:
Header-only TOML config file parser and serializer for C++17
Type: Formula  |  Tracked Since: Dec 28, 2025
Links: Homepage  |  formulae.brew.sh
Category: Developer tools
Tags: c++ toml parser configuration header-only library
Install: brew install tomlplusplus
About:
Toml++ is a header-only C++17 library for parsing and serializing TOML configuration files. It provides a modern, idiomatic API with strong typing and excellent error handling. The library has zero dependencies and is fully compliant with the TOML v1.0.0 specification.
Key Features:
  • Header-only library with zero dependencies
  • Full TOML v1.0.0 specification compliance
  • Modern C++17 API with strong type safety
  • Comprehensive error handling and diagnostics
  • constexpr support for compile-time parsing
Use Cases:
  • Parsing configuration files in C++ applications
  • Generating TOML configuration files programmatically
  • Validating TOML syntax and structure in build tools
Alternatives:
  • cpptoml – Older library, less feature-complete, not actively maintained
  • toml11 – Similar header-only library with comparable features
Version History
Detected Version Rev Change Commit
Sep 11, 2025 11:54am 0 VERSION_BUMP c224ada2
Sep 12, 2024 8:16pm 0 VERSION_BUMP 5fb22683