Add package defines (#1717)

This commit is contained in:
hlaaftana 2020-11-22 10:22:28 +03:00 committed by GitHub
parent 31d8a03e2e
commit d556da414c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20455,5 +20455,19 @@
"description": "Utilities for and extensions to Slice/HSlice",
"license": "MIT",
"web": "https://hlaaftana.github.io/sliceutils/sliceutils.html"
},
{
"name": "defines",
"url": "https://github.com/hlaaftana/defines",
"method": "git",
"tags": [
"sugar",
"macros",
"unpacking",
"assignment"
],
"description": "syntax sugar for local definitions",
"license": "MIT",
"web": "https://hlaaftana.github.io/defines/defines.html"
}
]