{"id":32985674,"url":"https://github.com/quinsmpang/NekoLua","last_synced_at":"2025-11-18T02:02:12.203Z","repository":{"id":81758823,"uuid":"55778435","full_name":"quinsmpang/NekoLua","owner":"quinsmpang","description":"A distribution of Lua customized to my liking.","archived":false,"fork":false,"pushed_at":"2015-09-11T03:48:06.000Z","size":38644,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-07-24T04:33:23.140Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":false,"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/quinsmpang.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}},"created_at":"2016-04-08T12:46:55.000Z","updated_at":"2017-04-05T01:21:37.000Z","dependencies_parsed_at":"2023-03-02T10:45:56.383Z","dependency_job_id":null,"html_url":"https://github.com/quinsmpang/NekoLua","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/quinsmpang/NekoLua","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quinsmpang%2FNekoLua","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quinsmpang%2FNekoLua/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quinsmpang%2FNekoLua/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quinsmpang%2FNekoLua/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/quinsmpang","download_url":"https://codeload.github.com/quinsmpang/NekoLua/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quinsmpang%2FNekoLua/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":284988465,"owners_count":27095952,"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-11-18T02:00:05.759Z","response_time":61,"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":[],"created_at":"2025-11-13T08:00:33.766Z","updated_at":"2025-11-18T02:02:12.191Z","avatar_url":"https://github.com/quinsmpang.png","language":"C","funding_links":[],"categories":["Resources"],"sub_categories":["Batteries Included"],"readme":"NekoLua\n=======\n\nA distribution of Lua customized to my liking.\nCreated because LuaDist, LuaRocks, Distro packages all suck.\n\nFeatures:\n\n-LuaJIT.\n\n-Strict Lua 5.2 Compat applied?\n\n\n\n-....\n\n\nExample module (prefer the second solution, if possible!):\n\n```lua\nlocal _M = {}\n\nfunction _M.doThis()\n        print(\"K\");\nend\nfunction _M.doThat()\n        _M.doThis();\nend\n\nreturn _M;\n```\n\n30log.lua is included as an alternative.\n\n\n\n\nThis software is licensed under CC0 1.0 Universal, which makes it Public Domain.\n\n\nInstallation:\n\n\nCompile ./luadev/luajit-2.0/\n\nIt contains a patch that adds NekoLua to the Lua Path.\n\nDo this to install NekoLua:\n\n```\nsudo ./install.sh\n```\n\nThis will install NekoLua inside /opt/ at /opt/nekolua/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquinsmpang%2FNekoLua","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fquinsmpang%2FNekoLua","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquinsmpang%2FNekoLua/lists"}