From 8cc43daa8119d88ad3ba0029a4da1819b5b17f6c Mon Sep 17 00:00:00 2001 From: itsumura-h <39766805+itsumura-h@users.noreply.github.com> Date: Tue, 7 Mar 2023 10:20:01 +0900 Subject: [PATCH] Added package palladian (#2525) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index d47ed47..61397f9 100644 --- a/packages.json +++ b/packages.json @@ -29363,5 +29363,17 @@ "description": "A few handy macros for those who prefer `let` over `var`", "license": "MIT", "doc": "https://sirnickolas.github.io/let-utils-nim/letUtils" + }, + { + "name": "palladian", + "url": "https://github.com/itsumura-h/nim-palladian", + "method": "git", + "tags": [ + "web", + "frontend" + ], + "description": "A Frontend Web Framework for Nim based on Preact", + "license": "MIT", + "web": "https://github.com/itsumura-h/nim-palladian" } ]