Added package scope (#3048)

This commit is contained in:
Savant 2025-06-03 13:49:38 -04:00 committed by GitHub
parent 660d685448
commit 5840987503
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -35382,5 +35382,19 @@
"description": "ThorVG Nim Wrapper", "description": "ThorVG Nim Wrapper",
"license": "Unlicense", "license": "Unlicense",
"web": "https://github.com/elcritch/thorvg-nim" "web": "https://github.com/elcritch/thorvg-nim"
},
{
"name": "scope",
"url": "https://github.com/thing-king/scope",
"method": "git",
"tags": [
"macro",
"untyped",
"scope",
"tracker"
],
"description": "Scope tracking for untyped macros",
"license": "MIT",
"web": "https://github.com/thing-king/scope"
} }
] ]