Merge pull request #1084 from adi-g15/yaml_cpp

Added yaml-cpp
This commit is contained in:
Faraz
2021-02-28 13:20:01 -05:00
committed by GitHub

View File

@@ -46,6 +46,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny
- [Virtual Machines](#virtual-machines)
- [Web Application Framework](#web-application-framework)
- [XML](#xml)
- [Yaml](#yaml)
- [Miscellaneous](#miscellaneous)
- [Software](#software)
- [Compiler](#compiler)
@@ -909,6 +910,11 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny
* [TinyXML++](https://github.com/rjpcomputing/ticpp) - A completely new interface to TinyXML that uses MANY of the C++ strengths. Templates, exceptions, and much better error handling. [MIT]
* [Xerces-C++](http://xerces.apache.org/xerces-c/) - A validating XML parser written in a portable subset of C++. [Apache2]
## Yaml
* [mini-yaml](https://github.com/jimmiebergmann/mini-yaml) - Single header YAML 1.0 C++11 serializer/deserializer. [MIT]
* [yaml-cpp](https://github.com/jbeder/yaml-cpp) - A YAML parser and emitter in C++ [MIT]
## Miscellaneous
*Useful libraries or tools that don't fit in the categories above or maybe just not categorised yet*