From d8f20b8e3131e7fdb0308c1896f670b449a0b933 Mon Sep 17 00:00:00 2001 From: toge Date: Mon, 30 Dec 2024 23:58:54 +0900 Subject: [PATCH] Add fkYAML (yaml library) (#1624) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index daf2fe1..ebfa7cd 100644 --- a/README.md +++ b/README.md @@ -1175,6 +1175,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny ## 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) * [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]