From 71bbed17bf0e25f062692d0368aff1ccac9df888 Mon Sep 17 00:00:00 2001 From: Roland Sadowski Date: Mon, 26 Aug 2019 17:10:32 +0100 Subject: [PATCH] Added package reframe (#1154) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 65ed10a..810cc88 100644 --- a/packages.json +++ b/packages.json @@ -14132,6 +14132,18 @@ "license": "MIT", "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",