Add macroutils package (#1403)

This commit is contained in:
PMunch 2020-03-17 14:55:30 +01:00 committed by GitHub
parent 9f4ab1351d
commit 8332f0b743
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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",