Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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*

Expand Down