{"id":14990706,"url":"https://github.com/allyourcodebase/lua","last_synced_at":"2025-04-12T02:43:27.818Z","repository":{"id":254325338,"uuid":"846195289","full_name":"allyourcodebase/lua","owner":"allyourcodebase","description":"lua build system ported to Build.zig","archived":false,"fork":false,"pushed_at":"2024-08-29T23:42:18.000Z","size":14,"stargazers_count":8,"open_issues_count":1,"forks_count":3,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-03-25T22:22:00.267Z","etag":null,"topics":["zig","zig-package"],"latest_commit_sha":null,"homepage":"","language":"Zig","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"brickBrackBro/lua","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/allyourcodebase.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":"2024-08-22T17:59:21.000Z","updated_at":"2025-03-25T21:53:05.000Z","dependencies_parsed_at":"2024-09-24T16:14:16.670Z","dependency_job_id":null,"html_url":"https://github.com/allyourcodebase/lua","commit_stats":{"total_commits":13,"total_committers":2,"mean_commits":6.5,"dds":"0.15384615384615385","last_synced_commit":"2d7d3b6e1ba6ef7a335d649b723bfd00df5ddeb7"},"previous_names":["delta1024packages/lua","allyourcodebase/lua"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allyourcodebase%2Flua","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allyourcodebase%2Flua/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allyourcodebase%2Flua/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allyourcodebase%2Flua/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/allyourcodebase","download_url":"https://codeload.github.com/allyourcodebase/lua/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248507762,"owners_count":21115670,"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":["zig","zig-package"],"created_at":"2024-09-24T14:20:38.215Z","updated_at":"2025-04-12T02:43:27.798Z","avatar_url":"https://github.com/allyourcodebase.png","language":"Zig","readme":"# Lua \n## 5.4.7\n\n## Warning\ndue to a bug in the 0.13.0 release of the zig compiler you will need the development version of zig in order to build the lua54.dll on windows.\n\n## Build Instructions\nTo build all targets run \n```sh\nzig build\n```\n\n## Build Artifacts\n| Name      | Artifact                  |\n|:---------:| ------------------------- |\n| \"lua\"     | The main lua library      |\n| \"lua_exe\" | The lua interpreter       |\n| \"luac\"    | The lua bytecode compiler |\n\n## Compile Options\n| Name         | Type | Description                |\n|:------------:| ---- | -------------------------- |\n| release      | bool | optimize for end users     |\n| shared       | bool | build as shared library    |\n| use_readline | bool | readline support for linux |\n\n## Using in a zig project\nTo add to a zig project run:\n```\nzig fetch --save https://github.com/allyourcodebase/lua/archive/refs/tags/5.4.7.tar.gz\n```\nthen add the following to your `build.zig` \n```zig\nconst lua_dep = b.dependency(\"lua\", .{\n    .target = target,\n    .release = optimize != .Debug,\n});\nconst lua_lib = lua_dep.artifact(\"lua\");\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fallyourcodebase%2Flua","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fallyourcodebase%2Flua","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fallyourcodebase%2Flua/lists"}