aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2017-11-07 13:36:21 +0000
committerGitHub <noreply@github.com>2017-11-07 13:36:21 +0000
commite7b6440568beb80a8db83c34deee6c96a1a00665 (patch)
treef2c3cfbef17e6c82bd6dac37abd8bea30e270e39
parent36aef40f5e68e235ff9182558ed641c145f6a270 (diff)
parent8f2816c6aa022c978616c141fa7349859161747a (diff)
downloadpackages-e7b6440568beb80a8db83c34deee6c96a1a00665.tar.gz
packages-e7b6440568beb80a8db83c34deee6c96a1a00665.zip
Merge pull request #613 from Araq/add-karax1054
Added package karax
-rw-r--r--packages.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 4a5010e..f994b4b 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"
}
]