Added package lifter (#3010)

This commit is contained in:
Savant 2025-04-01 03:29:49 -04:00 committed by GitHub
parent ee90fbb825
commit 3d59918926
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -34872,6 +34872,21 @@
"license": "GPL-3.0-only",
"web": "https://github.com/cycneuramus/nimpsort"
},
{
"name": "lifter",
"url": "https://github.com/thing-king/lifter",
"method": "git",
"tags": [
"object",
"ast",
"type",
"convert",
"lift"
],
"description": "Lifts compile-time object to AST",
"license": "MIT",
"web": "https://github.com/thing-king/lifter"
},
{
"name": "html",
"url": "https://github.com/thing-king/html",