{"id":50428369,"url":"https://github.com/maxim2266/lua-app","last_synced_at":"2026-05-31T12:02:05.623Z","repository":{"id":353537647,"uuid":"1073823283","full_name":"maxim2266/lua-app","owner":"maxim2266","description":"Runtime and API for writing Linux utilities in Lua","archived":false,"fork":false,"pushed_at":"2026-04-24T09:31:42.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-04-24T11:32:46.277Z","etag":null,"topics":["linux","lua","runtime","utility-library"],"latest_commit_sha":null,"homepage":"","language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/maxim2266.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-10-10T17:13:47.000Z","updated_at":"2026-04-24T09:31:46.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/maxim2266/lua-app","commit_stats":null,"previous_names":["maxim2266/lua-app"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/maxim2266/lua-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxim2266%2Flua-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxim2266%2Flua-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxim2266%2Flua-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxim2266%2Flua-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maxim2266","download_url":"https://codeload.github.com/maxim2266/lua-app/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxim2266%2Flua-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33730241,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-31T02:00:06.040Z","response_time":95,"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":["linux","lua","runtime","utility-library"],"created_at":"2026-05-31T12:02:02.063Z","updated_at":"2026-05-31T12:02:05.617Z","avatar_url":"https://github.com/maxim2266.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"## lua-app: runtime and API for writing Linux utilities in Lua.\n\nThis is an ongoing project, and one day I may even write some documentation for it.\n\nRequires Lua version 5.4.\n\n### Usage\nFirst, the file `app.lua` can simply be included into a project, where it must be the first amongst\nall other source files. The following Makefile fragment gives an idea of how to compile such a project\ninto a single binary:\n```make\n# Lua version\nLUA_VER := 5.4\n\n# compilation\nyour-binary: path/to/app.lua one.lua two.lua three.lua\n\tluac$(LUA_VER) -o $@ $^\n\tsed -i '1s|^|\\#!/usr/bin/env lua$(LUA_VER)\\n|' $@\n\tchmod 0755 $@\n\n```\n\nSecond, running `make` in this project produces a binary called `luax`, which has all the\nruntime pre-compiled in it, and an external script can be invoked like `luax your-file.lua`.\n_Hint_: shebang like `#!luax` works as well, assuming `luax` is located somewhere on the $PATH.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxim2266%2Flua-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaxim2266%2Flua-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxim2266%2Flua-app/lists"}