From ff0e915edb173f0d1be53ebedb8d94918f60877f Mon Sep 17 00:00:00 2001 From: Neo <61031352+glassesneo@users.noreply.github.com> Date: Wed, 4 Sep 2024 11:42:14 +0900 Subject: [PATCH] Add seiryu (#2926) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 12124f3..000719f 100644 --- a/packages.json +++ b/packages.json @@ -34012,5 +34012,18 @@ "description": "A simple runtime string interpolation library, that leverages nimjas lexer.", "license": "MIT", "web": "https://github.com/enthus1ast/formatja" + }, + { + "name": "seiryu", + "url": "https://github.com/glassesneo/seiryu", + "method": "git", + "tags": [ + "assertions", + "design-by-contract", + "metaprogramming" + ], + "description": "A nimble package for improving your Nim code", + "license": "MIT", + "web": "https://github.com/glassesneo/seiryu" } ]