cpptoml
« Back to VersTracker
Description:
Header-only library for parsing TOML
Type: Formula  |  Latest Version: 0.1.1@1  |  Tracked Since: Dec 17, 2025
Links: Homepage  |  formulae.brew.sh
Category: Developer tools
Tags: c++ toml library header-only configuration
Install: brew install cpptoml
About:
cpptoml is a header-only C++ library for parsing TOML configuration files. It provides a straightforward API for reading and manipulating TOML data without external dependencies. This makes it easy to integrate into existing C++ projects for configuration management.
Key Features:
  • Header-only implementation
  • No external dependencies
  • C++11 compliant
  • Simple API
Use Cases:
  • Parsing configuration files in C++ applications
  • Managing settings for build systems or tools
  • Reading TOML data for game development
Alternatives:
  • toml11 – toml11 is another popular C++ TOML library that also supports modern C++ features and header-only usage.
License: MIT
Bottles available for: all
Version History
Detected Version Rev Change Commit
Oct 27, 2024 11:42pm 1 VERSION_BUMP 20bbf803