{"id":19599732,"url":"https://github.com/starwing/luabuild","last_synced_at":"2025-07-13T16:06:10.171Z","repository":{"id":137297376,"uuid":"37715172","full_name":"starwing/luabuild","owner":"starwing","description":"scripts for build Lua on Windows.","archived":false,"fork":false,"pushed_at":"2024-07-25T06:48:33.000Z","size":441,"stargazers_count":6,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-27T16:42:09.122Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/starwing.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-06-19T10:03:46.000Z","updated_at":"2024-09-06T00:14:10.000Z","dependencies_parsed_at":null,"dependency_job_id":"f60d8a00-0380-4069-ab7c-c60b51c08ae6","html_url":"https://github.com/starwing/luabuild","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/starwing/luabuild","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/starwing%2Fluabuild","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/starwing%2Fluabuild/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/starwing%2Fluabuild/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/starwing%2Fluabuild/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/starwing","download_url":"https://codeload.github.com/starwing/luabuild/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/starwing%2Fluabuild/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265167532,"owners_count":23721461,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-11T09:12:16.635Z","updated_at":"2025-07-13T16:06:10.153Z","avatar_url":"https://github.com/starwing.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Lua build for Windows\n\n![AutoBuild](https://github.com/starwing/luabuild/workflows/AutoBuild/badge.svg)\n\n## Build\n\n- Open Visual Studio Developer Prompt\n- Build single executable Lua: \n  ```cmd\n  cl /Fesrc/lua.exe -I../src src/one.c Advapi32.lib\n  ```\n- Build dist:\n  ```cmd\n  src\\lua src\\luabuild.lua vs_rel_pdb\n  ```\n\n## Extensions\n\ncall `builtin()` function to load built-in module.\n\n| Module | URL                                   |\n| ------ | ------------------------------------- |\n| lpath  | https://github.com/starwing/lpath     |\n| miniz  | https://github.com/starwing/lua-miniz |\n\n## Build Type\n\n| Cmd        | Description                                          |\n| ---------- | ---------------------------------------------------- |\n| vs         | Build with Visual Studio                             |\n| vs_dbg     | include *.pdb debug symbol                           |\n| vs_rel     | using release profile                                |\n| vs_rel_pdb | using release profile and include *.pdb debug symbol |\n| vs_rel_min | Build minimal release                                |\n| gcc        | Build with gcc (MinGW)                               |\n| gcc_dbg    | Build with gcc and include debug symbol for gdb      |\n| gcc_rel    | Build with gcc and release profile                   |\n\n\n## Download Links\n\n| Version | Arch | Link                                                         |\n| ------- | ---- | ------------------------------------------------------------ |\n| 5.1.5   | x86  | https://github.com/starwing/luabuild/releases/download/nightly/Lua-5.1.5-x86.exe |\n| 5.1.5   | x64  | https://github.com/starwing/luabuild/releases/download/nightly/Lua-5.1.5-x64.exe |\n| 5.2.4   | x86  | https://github.com/starwing/luabuild/releases/download/nightly/Lua-5.2.4-x86.exe |\n| 5.2.4   | x64  | https://github.com/starwing/luabuild/releases/download/nightly/Lua-5.2.4-x64.exe |\n| 5.3.6   | x86  | https://github.com/starwing/luabuild/releases/download/nightly/Lua-5.3.6-x86.exe |\n| 5.3.6   | x64  | https://github.com/starwing/luabuild/releases/download/nightly/Lua-5.3.6-x64.exe |\n| 5.4.7   | x86  | https://github.com/starwing/luabuild/releases/download/nightly/Lua-5.4.7-x86.exe |\n| 5.4.7   | x64  | https://github.com/starwing/luabuild/releases/download/nightly/Lua-5.4.7-x64.exe |\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstarwing%2Fluabuild","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstarwing%2Fluabuild","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstarwing%2Fluabuild/lists"}