From 817702ee9e67bc7019c9f1bed28700e888fc93d4 Mon Sep 17 00:00:00 2001 From: toge Date: Wed, 1 Jan 2025 21:00:05 +0900 Subject: [PATCH] Add libfyaml (yaml library) (#1626) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d8fbc26..8059804 100644 --- a/README.md +++ b/README.md @@ -1177,6 +1177,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny * [fkYAML](https://github.com/fktn-k/fkYAML) - A C++ header-only YAML library. [MIT] * [LibCYAML](https://github.com/tlsa/libcyaml) - C library for reading and writing YAML. [ISC] +* [libfyaml](https://github.com/pantoniou/libfyaml) - A fancy 1.2 YAML and JSON parser/writer. [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]