diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2017-11-07 13:36:21 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-11-07 13:36:21 +0000 |
| commit | e7b6440568beb80a8db83c34deee6c96a1a00665 (patch) | |
| tree | f2c3cfbef17e6c82bd6dac37abd8bea30e270e39 | |
| parent | 36aef40f5e68e235ff9182558ed641c145f6a270 (diff) | |
| parent | 8f2816c6aa022c978616c141fa7349859161747a (diff) | |
| download | packages-e7b6440568beb80a8db83c34deee6c96a1a00665.tar.gz packages-e7b6440568beb80a8db83c34deee6c96a1a00665.zip | |
Merge pull request #613 from Araq/add-karax1054
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 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" } ] |
