Description
Provides a C++ port of the Typesafe Config library, commonly used for HOCON configuration files. Developers use it to parse structured configuration with includes, substitutions, and typed values.
Install it when software depends on cpp-hocon or when adding HOCON support to a C++ project. Configuration parsing should be tested with missing values, overrides, and invalid files.