diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2018-02-16 22:12:14 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-02-16 22:12:14 +0000 |
| commit | ecfc685d5c786eb9849c39418af7a4f2bae75ce6 (patch) | |
| tree | c9840ce63520fb37750ffb708fa88fa62599a78f | |
| parent | 7a2a5b58ae461735eb0168ae2f099862f628d145 (diff) | |
| parent | 0e6785a9bf20eb40bb4b82c884730d339cdeecd2 (diff) | |
| download | packages-ecfc685d5c786eb9849c39418af7a4f2bae75ce6.tar.gz packages-ecfc685d5c786eb9849c39418af7a4f2bae75ce6.zip | |
Merge branch 'master' into add-notetxt1934
| -rw-r--r-- | packages.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/packages.json b/packages.json index d30b418..716806e 100644 --- a/packages.json +++ b/packages.json @@ -8128,5 +8128,18 @@ "description": "A library that implements the note.txt specification for note taking.", "license": "MIT", "web": "https://github.com/mrshu/nim-notetxt" + }, + { + "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" } ] |
