{"id":16131460,"url":"https://github.com/thislight/luabundler","last_synced_at":"2025-04-06T14:32:29.376Z","repository":{"id":171529374,"uuid":"607601933","full_name":"thislight/luabundler","owner":"thislight","description":"Bundle your Lua porgram and its C dependencies into one executable.","archived":false,"fork":false,"pushed_at":"2023-03-04T12:18:46.000Z","size":37,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-12T20:37:49.607Z","etag":null,"topics":["lua","lua54","luarocks"],"latest_commit_sha":null,"homepage":"","language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/thislight.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2023-02-28T10:00:07.000Z","updated_at":"2023-03-01T11:20:32.000Z","dependencies_parsed_at":"2024-06-22T09:05:31.197Z","dependency_job_id":null,"html_url":"https://github.com/thislight/luabundler","commit_stats":null,"previous_names":["thislight/luabundler"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thislight%2Fluabundler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thislight%2Fluabundler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thislight%2Fluabundler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thislight%2Fluabundler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thislight","download_url":"https://codeload.github.com/thislight/luabundler/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247495813,"owners_count":20948111,"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":["lua","lua54","luarocks"],"created_at":"2024-10-09T22:25:15.261Z","updated_at":"2025-04-06T14:32:29.370Z","avatar_url":"https://github.com/thislight.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"LuaBundler is your escape from the dependency nightmare: it bundles your Lua program and its C dependencies into a single executable.\n\n## Why LuaBundler?\n\n- **Portable.** Requires only the C11 compiler and Lua interpreter.\n- **C dependencies.** LuaBundler can help you bundle the C dependencies.\n- **Dynamic linking support.** LuaBundler doesn't force you to bundle everything. You can choose what you want to bundle.\n\n\n## How it works\n\nReading from your recipe, LuaBundler will bundle all the Lua files into one `.c` source file, referencing the open functions (`luaopen_*`) of the C modules. And LuaBundler can help you compile the file, link (dynamically or statically) the C modules (even the dependencies of the C modules).\n\nYou get the executable.\n\nWhen the executable is started, the LuaBundler runtime creates a new Lua interpreter, injects the bundle module searcher and calls the entry point function. If the code calls `require()` and the module is not imported, `require()` will use the searcher to look for bundled modules. \n\n## Limitation\n\n- Supported Lua version(s): Lua 5.4\n- Versioned C modules are not supported. (which the module name has hyphens, like \"a.b.c-v2\")\n\n## Getting started\n\n- [User Manual](./docs/manual.md)\n- [Bootstraping LuaBundler](./docs/bootstrap.md)\n\n## License\n\nSPDX: Apache-2.0\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthislight%2Fluabundler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthislight%2Fluabundler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthislight%2Fluabundler/lists"}