From 0aea839433776fe16a853698106fcfd8d3a3f41e Mon Sep 17 00:00:00 2001 From: Constantine Molchanov Date: Wed, 2 Aug 2023 17:51:02 +0400 Subject: [PATCH] Added package karkas (#2672) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 1c6c1fe..b870338 100644 --- a/packages.json +++ b/packages.json @@ -31018,5 +31018,18 @@ "description": "nim implementation of bcs serialization format", "license": "MIT", "web": "https://github.com/C-NERD/nimBcs" + }, + { + "name": "karkas", + "url": "https://github.com/moigagoo/karkas", + "method": "git", + "tags": [ + "Karax", + "frontend", + "layout" + ], + "description": "Layout helpers and sugar for Karax", + "license": "MIT", + "web": "https://github.com/moigagoo/karkas" } ]