From 48bd894fb688d1343dbc5926891c37395fd57390 Mon Sep 17 00:00:00 2001 From: Alexander Ivanov Date: Tue, 13 Feb 2018 18:22:00 +0200 Subject: [PATCH] Add breeze --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 95d3b72..3ed4563 100644 --- a/packages.json +++ b/packages.json @@ -8115,5 +8115,18 @@ "description": "Additional control structures", "license": "MIT", "web": "http://htmlpreview.github.io/?https://github.com/TakeYourFreedom/Additional-Control-Structures-for-Nim/blob/master/controlStructures.html" + }, + { + "name": "breeze", + "url": "https://github.com/alehander42/breeze", + "method": "git", + "tags": [ + "dsl", + "macro", + "metaprogramming" + ], + "description": "A dsl for writing macros in Nim", + "license": "MIT", + "web": "https://github.com/alehander42/breeze" } ]