{"id":35119789,"url":"https://github.com/jochumdev/luapack","last_synced_at":"2026-05-18T13:32:03.371Z","repository":{"id":325778257,"uuid":"1102300741","full_name":"jochumdev/luapack","owner":"jochumdev","description":"Lua bundler with replace/vendor modes","archived":false,"fork":false,"pushed_at":"2025-11-23T10:16:54.000Z","size":51,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-11-23T11:22:44.364Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jochumdev.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-11-23T07:38:56.000Z","updated_at":"2025-11-23T10:16:39.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/jochumdev/luapack","commit_stats":null,"previous_names":["jochumdev/luapack"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/jochumdev/luapack","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jochumdev%2Fluapack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jochumdev%2Fluapack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jochumdev%2Fluapack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jochumdev%2Fluapack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jochumdev","download_url":"https://codeload.github.com/jochumdev/luapack/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jochumdev%2Fluapack/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33179449,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-18T09:27:30.708Z","status":"ssl_error","status_checked_at":"2026-05-18T09:27:28.300Z","response_time":71,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":"2025-12-27T23:01:40.337Z","updated_at":"2026-05-18T13:32:03.364Z","avatar_url":"https://github.com/jochumdev.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# luapack\n\n\u003e [!NOTE]\n\u003e For now this is a quick prototype that works for me.\n\nLua bundler with replace/vendor modes.\n\n## Install\n\nDownload the latest binaries from the GitHub Releases page.\n\n## Quickstart\n\nBundle the simple example:\n\n```bash\nluapack bundle examples/simple/lua/main.lua \\\n  --lua \"5.4\" \\\n  --path \"examples/simple/lua/?.lua\" \\\n  --path \"examples/simple/lua/?/init.lua\" \\\n  --vendor \"examples/simple/vendor/lua/?.lua\" \\\n  --vendor \"examples/simple/vendor/lua/?/init.lua\" \\\n  --output examples/simple/dist/simple_bundle.lua\n```\n\nRun it with your Lua:\n\n```bash\nlua examples/simple/dist/simple_bundle.lua\n```\n\n## Configuration (optional)\n\nAuto-discovery in current directory, supports: `luapack.yaml`, `luapack.yml` and\n`luapack.json` as well.\n\nAdd a minimal `luapack.toml`:\n\n```toml\n[bundle]\nlua = \"5.4\"\npaths = [\n  \"lua/?.lua\",\n  \"lua/?/init.lua\",\n]\nvendors = [\n  \"vendor/lua/?.lua\",\n  \"vendor/lua/?/init.lua\",\n]\n# redact_base = \"lua/\"\noutput = \"dist/simple_bundle.lua\"\ndiagnostics = true\n```\n\nUsage:\n\n```bash\n# from the directory containing luapack.toml\nluapack bundle lua/main.lua\n\n# or pass it explicitly from anywhere\nluapack bundle examples/simple/lua/main.lua --config examples/simple/luapack.toml\n```\n\n## Docs\n\nSee [`doc/bundler.md`](doc/bundler.md) for a deeper overview.\n\n## Credits\n\n- [full_moon](https://github.com/Kampfkarren/full-moon) used for lua AST parsing\n- [luabundler](https://github.com/Benjamin-Dobell/luabundler) inspired the\n  scoping approach\n- [StyLua](https://github.com/JohnnyMorganz/StyLua) project structure,\n  best-practices and full_moon integration\n\n## Authors\n\n- [@jochumdev](https://github.com/jochumdev) with AI assistant.\n\n## License\n\nMPL-2.0\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjochumdev%2Fluapack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjochumdev%2Fluapack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjochumdev%2Fluapack/lists"}