diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2018-02-16 22:11:15 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-02-16 22:11:15 +0000 |
| commit | 0e6785a9bf20eb40bb4b82c884730d339cdeecd2 (patch) | |
| tree | ec0d93d42fbdf8210a15aedad4239161f81144ec | |
| parent | 30744bc4ef7e3d49a9ff0e0460d9f6ffefed0766 (diff) | |
| parent | 48bd894fb688d1343dbc5926891c37395fd57390 (diff) | |
| download | packages-0e6785a9bf20eb40bb4b82c884730d339cdeecd2.tar.gz packages-0e6785a9bf20eb40bb4b82c884730d339cdeecd2.zip | |
Merge pull request #652 from alehander42/master
Add breeze
| -rw-r--r-- | packages.json | 13 |
1 files changed, 13 insertions, 0 deletions
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" } ] |
