aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2017-11-07 11:54:39 +0100
committerAndreas Rumpf <rumpf_a@web.de>2017-11-07 11:54:39 +0100
commit8f2816c6aa022c978616c141fa7349859161747a (patch)
tree65626c58e443f6dfee027218004665ae1d26c39a
parent9e48afcfd0b042524d0d5fe81ce6c8c91a92b61c (diff)
downloadpackages-8f2816c6aa022c978616c141fa7349859161747a.tar.gz
packages-8f2816c6aa022c978616c141fa7349859161747a.zip
Added package karax
-rw-r--r--packages.json14
1 files changed, 14 insertions, 0 deletions
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"
}
]