Add fkYAML (yaml library) (#1624)

This commit is contained in:
toge
2024-12-30 23:58:54 +09:00
committed by GitHub
parent 3bee468063
commit d8f20b8e31

View File

@@ -1175,6 +1175,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny
## Yaml ## Yaml
* [fkYAML](https://github.com/fktn-k/fkYAML) - A C++ header-only YAML library. [MIT]
* [LibYAML](https://github.com/yaml/libyaml) - A C library for parsing and emitting YAML. [MIT] [website](https://pyyaml.org/wiki/LibYAML) * [LibYAML](https://github.com/yaml/libyaml) - A C library for parsing and emitting YAML. [MIT] [website](https://pyyaml.org/wiki/LibYAML)
* [mini-yaml](https://github.com/jimmiebergmann/mini-yaml) - Single header YAML 1.0 C++11 serializer/deserializer. [MIT] * [mini-yaml](https://github.com/jimmiebergmann/mini-yaml) - Single header YAML 1.0 C++11 serializer/deserializer. [MIT]
* [rapidyaml](https://github.com/biojppm/rapidyaml) - Rapid YAML is a C++ library to parse and emit YAML. [MIT] * [rapidyaml](https://github.com/biojppm/rapidyaml) - Rapid YAML is a C++ library to parse and emit YAML. [MIT]