{"id":28385852,"url":"https://github.com/martinhelmut/lua-series","last_synced_at":"2025-10-09T20:43:03.738Z","repository":{"id":184896132,"uuid":"605527090","full_name":"MartinHelmut/lua-series","owner":"MartinHelmut","description":"The companion repository to my Lua blog series.","archived":false,"fork":false,"pushed_at":"2024-09-04T19:05:49.000Z","size":53,"stargazers_count":11,"open_issues_count":1,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-26T12:51:54.535Z","etag":null,"topics":["lua","luarocks"],"latest_commit_sha":null,"homepage":"https://martin-fieber.de/series/lua/","language":"Lua","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/MartinHelmut.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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,"zenodo":null},"funding":{"github":"MartinHelmut"}},"created_at":"2023-02-23T10:50:25.000Z","updated_at":"2025-05-12T17:52:40.000Z","dependencies_parsed_at":"2024-08-05T12:15:02.771Z","dependency_job_id":"7e8ec094-7f59-4089-9bcc-79dff1d51bf5","html_url":"https://github.com/MartinHelmut/lua-series","commit_stats":null,"previous_names":["martinhelmut/lua-series"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/MartinHelmut/lua-series","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MartinHelmut%2Flua-series","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MartinHelmut%2Flua-series/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MartinHelmut%2Flua-series/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MartinHelmut%2Flua-series/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MartinHelmut","download_url":"https://codeload.github.com/MartinHelmut/lua-series/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MartinHelmut%2Flua-series/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279001980,"owners_count":26083259,"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","status":"online","status_checked_at":"2025-10-09T02:00:07.460Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["lua","luarocks"],"created_at":"2025-05-30T11:44:54.702Z","updated_at":"2025-10-09T20:43:03.701Z","avatar_url":"https://github.com/MartinHelmut.png","language":"Lua","readme":"# Lua series\n\nThis is the companion repository for my [Lua series on my Blog](https://martin-fieber.de/series/lua/).\n\nThe `main` branch is the latest iteration of the series. Every article has its own branch, based on what part it is. The first one being `part-1` and so on.\n\n## Requirements\n\n- [Lua](http://www.lua.org), version 5.1 or up\n- [LuaRocks](https://luarocks.org), any recent version supporting Lua 5.1 and up, e.g. 3.9\n\nHow to get Lua and LuaRocks is in detail covered in [the first article of the Lua series](https://martin-fieber.de/blog/lua-project-setup-with-luarocks/).\n\n- [direnv](https://direnv.net) is optional, but very helpful\n\n## Setup and run\n\n### With direnv\n\nAfter cloning the repo and entering the project folder, load the project environment context with `direnv allow`, and install all dependencies.\n\n```shell\ndirenv allow  # Only needed once\nluarocks install --deps-only lua-series-1.1.0-1.rockspec\n```\n\nNow you can run any script from the project.\n\n```shell\n$ lua src/main.lua\n{ \"Hello, reader.\", 42 }\n```\n\n### Without direnv\n\nAfter cloning the repo and entering the project folder install all dependencies.\n\n```shell\nluarocks install --deps-only lua-series-dev-1.rockspec\n```\n\nWhen running any script from the project you also need to load the setup module.\n\n```shell\n$ lua -lsrc/setup src/main.lua\n{ \"Hello, reader.\", 42 }\n```\n","funding_links":["https://github.com/sponsors/MartinHelmut"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmartinhelmut%2Flua-series","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmartinhelmut%2Flua-series","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmartinhelmut%2Flua-series/lists"}