diff --git a/README.md b/README.md index 908f4d163..7d40f3f51 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny - [Web Application Framework](#web-application-framework) - [XML](#xml) - [Yaml](#yaml) + - [Ini](#ini) - [Miscellaneous](#miscellaneous) - [Software](#software) - [Compiler](#compiler) @@ -1155,6 +1156,10 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny * [yaml-cpp](https://github.com/jbeder/yaml-cpp) - A YAML parser and emitter in C++. [MIT] * [rapidyaml](https://github.com/biojppm/rapidyaml) - Rapid YAML is a C++ library to parse and emit YAML. [MIT] +## Ini + +* [iniParser](https://github.com/90th/iniParser) - lightweight C++ library for parsing and manipulating INI (Initialization) files. + ## Miscellaneous *Useful libraries or tools that don't fit in the categories above or maybe just not categorised yet*