diff options
| author | Andreas Rumpf <rumpf_a@web.de> | 2017-11-07 11:54:39 +0100 |
|---|---|---|
| committer | Andreas Rumpf <rumpf_a@web.de> | 2017-11-07 11:54:39 +0100 |
| commit | 8f2816c6aa022c978616c141fa7349859161747a (patch) | |
| tree | 65626c58e443f6dfee027218004665ae1d26c39a | |
| parent | 9e48afcfd0b042524d0d5fe81ce6c8c91a92b61c (diff) | |
| download | packages-8f2816c6aa022c978616c141fa7349859161747a.tar.gz packages-8f2816c6aa022c978616c141fa7349859161747a.zip | |
Added package karax
| -rw-r--r-- | packages.json | 14 |
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" } ] |
