Initial commit

This commit is contained in:
wisplite
2025-12-25 17:00:52 -06:00
commit 0710e0a232
72 changed files with 32214 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"name": "lua",
"version": "5.4.x-vendored",
"description": "Vendored Lua interpreter core for embedded use (ESP32).",
"keywords": "lua, interpreter, vm",
"build": {
"srcFilter": [
"+<*.c>",
"+<*.h>",
"-<lua.c>"
]
}
}