{"id":37690956,"url":"https://github.com/snidercs/luabot","last_synced_at":"2026-01-16T12:42:21.818Z","repository":{"id":230794108,"uuid":"749237811","full_name":"snidercs/luabot","owner":"snidercs","description":"Write robot firmware in Lua and C++","archived":false,"fork":false,"pushed_at":"2025-12-21T23:24:44.000Z","size":567,"stargazers_count":0,"open_issues_count":6,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-12-22T07:39:45.375Z","etag":null,"topics":["frc-c-plus-plus","frc-lua","lua","luajit-bindings"],"latest_commit_sha":null,"homepage":"https://snidercs.org","language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/snidercs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2024-01-28T00:52:41.000Z","updated_at":"2025-12-21T23:24:48.000Z","dependencies_parsed_at":"2024-04-01T01:41:19.515Z","dependency_job_id":"58d51321-1b8d-4e0b-97fc-2db402e80f9a","html_url":"https://github.com/snidercs/luabot","commit_stats":null,"previous_names":["snidercs/luabot"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/snidercs/luabot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/snidercs%2Fluabot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/snidercs%2Fluabot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/snidercs%2Fluabot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/snidercs%2Fluabot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/snidercs","download_url":"https://codeload.github.com/snidercs/luabot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/snidercs%2Fluabot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28478725,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T11:59:17.896Z","status":"ssl_error","status_checked_at":"2026-01-16T11:55:55.838Z","response_time":107,"last_error":"SSL_read: 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":["frc-c-plus-plus","frc-lua","lua","luajit-bindings"],"created_at":"2026-01-16T12:42:21.740Z","updated_at":"2026-01-16T12:42:21.801Z","avatar_url":"https://github.com/snidercs.png","language":"Lua","readme":"# LuaBot\nA system for running LuaJIT powered FRC and other robots.\n\n## Building\n\n### Dependencies\n* [CMake](https://cmake.org) - Build system.\n* [Python](https://www.python.org/) - Required for yaml parsing and benchmarking.\n* [Ninja](https://ninja-build.org/) - Recommended. The build instructions assume you have it.\n* [Docker](https://docker.com) - Required to cross-compile LuaJIT for roboRIO\n* [CCache](https://ccache.dev/) - Recommended for faster rebuilds.\n\n### Get the Code\nThis projected includes various dependencies as submodules. Make sure to either clone with submodules.\n```bash\ngit clone https://github.com/snidercs/luabot --recurse-submodules\n```\n\nOr if you did a normal clone, initialize them\n\n```bash\ngit submodule update --init --recursive\n```\n### LuaJIT\nLuaJIT needs built outside of cmake. We have scripting for that.\n**Linux**\n```bash\nsh util/build-luajit-linux.sh\n```\n**macOS**\n```bash\nsh util/build-luajit-macos.sh\n```\n**Windows**\n_TODO: coming soon..._\n\n### YAML Python\nYour system might not have the yaml library for Python.\n\n### Build and Run Tests\nThe steps here are for a Unix based system but should work on any platform with C++.\n\n```bash\n# Configure the build directory\ncmake -Bbuild -GNinja -DCMAKE_BUILD_TYPE=Release\n\n# Compile it\nninja -C build\n\n# Test it\nninja -C build test\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsnidercs%2Fluabot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsnidercs%2Fluabot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsnidercs%2Fluabot/lists"}