diff options
| author | Roland Sadowski <szabla@gmail.com> | 2019-08-26 17:10:32 +0100 |
|---|---|---|
| committer | Miran <narimiran@disroot.org> | 2019-08-26 18:10:32 +0200 |
| commit | 71bbed17bf0e25f062692d0368aff1ccac9df888 (patch) | |
| tree | 5d0db853b109e38bec20c1931dda04eaa992be66 | |
| parent | a06605dc726b0fff92fec11ec197a4e5cffdb237 (diff) | |
| download | packages-71bbed17bf0e25f062692d0368aff1ccac9df888.tar.gz packages-71bbed17bf0e25f062692d0368aff1ccac9df888.zip | |
Added package reframe (#1154)
| -rw-r--r-- | packages.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 65ed10a..810cc88 100644 --- a/packages.json +++ b/packages.json @@ -14133,6 +14133,18 @@ "web": "https://github.com/Cirru/parser.nim" }, { + "name": "reframe", + "url": "https://github.com/rosado/reframe.nim", + "method": "git", + "tags": [ + "clojurescript", + "re-frame" + ], + "description": "Tools for working with re-frame ClojureScript projects", + "license": "EPL-2.0", + "web": "https://github.com/rosado/reframe.nim" + }, + { "name": "edn", "url": "https://github.com/rosado/edn.nim", "method": "git", |
