diff --git a/packages.json b/packages.json index 4b0cbb2..117f5c0 100644 --- a/packages.json +++ b/packages.json @@ -1363,6 +1363,21 @@ "license": "MIT", "web": "https://github.com/PMunch/getmac" }, + { + "name": "macroutils", + "url": "https://github.com/PMunch/macroutils", + "method": "git", + "tags": [ + "macros", + "ast", + "metaprogramming", + "library", + "utility" + ], + "description": "A package that makes creating macros easier", + "license": "MIT", + "web": "https://github.com/PMunch/macroutils" + }, { "name": "sdl2_nim", "url": "https://github.com/Vladar4/sdl2_nim",