Merge pull request #1152 from antonioborondo/inifile-cpp

Add inifile-cpp library into the Configuration category
This commit is contained in:
Faraz Fallahi
2021-09-30 18:15:14 -04:00
committed by GitHub

View File

@@ -296,6 +296,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny
## Configuration
*Configuration files, INI files*
* [inifile-cpp](https://github.com/Rookfighter/inifile-cpp) - A header-only and easy to use Ini file parser for C++. [MIT]
* [inih](https://github.com/benhoyt/inih) - Simple .INI file parser in C, good for embedded systems. [BSD-3-Clause]
* [inih](https://github.com/jtilly/inih) - Single header only C++ version of [inih](https://github.com/benhoyt/inih). [BSD-3-Clause]
* [iniparser](https://github.com/ndevilla/iniparser) - INI file parser. [MIT]