Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added iniParser and the ini catagory #1578

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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