From 8f2816c6aa022c978616c141fa7349859161747a Mon Sep 17 00:00:00 2001 From: Andreas Rumpf Date: Tue, 7 Nov 2017 11:54:39 +0100 Subject: [PATCH] Added package karax --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 11a6d4f..992c008 100644 --- a/packages.json +++ b/packages.json @@ -7595,5 +7595,19 @@ "description": "Prepared SQL statement generator. A lightweight ORM.", "license": "MIT", "web": "https://github.com/Araq/ormin" + }, + { + "name": "karax", + "url": "https://github.com/pragmagic/karax", + "method": "git", + "tags": [ + "browser", + "DOM", + "virtual-DOM", + "UI" + ], + "description": "Karax is a framework for developing single page applications in Nim.", + "license": "MIT", + "web": "https://github.com/pragmagic/karax" } ]