From e60e1a6c9ef821a7358aa4937bd33c1b0eda7caa Mon Sep 17 00:00:00 2001 From: Thomas Nelson Date: Thu, 23 Mar 2023 22:19:39 -0500 Subject: [PATCH] Add yanyl (#2548) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 7edd28dfe..5611a04c1 100644 --- a/packages.json +++ b/packages.json @@ -29616,5 +29616,17 @@ ], "description": "Embed directories in executables, easily", "license": "MIT" + }, + { + "name": "yanyl", + "url": "https://github.com/tanelso2/yanyl", + "method": "git", + "tags": [ + "serialization", + "serialization-format", + "yaml" + ], + "description": "A library for using YAML with Nim", + "license": "Unlicense" } ]