From 1022559fae025662445458263942714fc1168ce6 Mon Sep 17 00:00:00 2001 From: toge Date: Fri, 27 Dec 2024 08:41:20 +0900 Subject: [PATCH] Add LibYAML (yaml read/writer library) (#1619) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c384cd3..61f8c5e 100644 --- a/README.md +++ b/README.md @@ -1173,6 +1173,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny ## Yaml +* [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] * [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]