{"id":17881626,"url":"https://github.com/mischief/arduino-lua","last_synced_at":"2025-08-14T23:31:10.735Z","repository":{"id":193428132,"uuid":"688770481","full_name":"mischief/arduino-lua","owner":"mischief","description":"lua port for arduino/esp32","archived":false,"fork":false,"pushed_at":"2024-06-25T07:48:19.000Z","size":655,"stargazers_count":5,"open_issues_count":1,"forks_count":3,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-03T03:05:29.885Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C++","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/mischief.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}},"created_at":"2023-09-08T04:26:13.000Z","updated_at":"2025-04-01T23:00:05.000Z","dependencies_parsed_at":"2023-09-08T06:23:34.311Z","dependency_job_id":"f9170b5b-a7e8-44e0-b510-dc57d23b73d4","html_url":"https://github.com/mischief/arduino-lua","commit_stats":null,"previous_names":["mischief/arduino-lua"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/mischief/arduino-lua","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mischief%2Farduino-lua","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mischief%2Farduino-lua/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mischief%2Farduino-lua/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mischief%2Farduino-lua/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mischief","download_url":"https://codeload.github.com/mischief/arduino-lua/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mischief%2Farduino-lua/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270499950,"owners_count":24595148,"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-08-14T02:00:10.309Z","response_time":75,"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":"2024-10-28T12:37:55.424Z","updated_at":"2025-08-14T23:31:10.315Z","avatar_url":"https://github.com/mischief.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Lua\n\nThis project is Lua v5.4.6, and Sol2 v3.3.0 packaged for arduino/platformio.\n\nToday only the [arduino espressif32](https://github.com/espressif/arduino-esp32) core works.\n\n## Usage\n\nTo build Sol2, your project must use C++17. You also need to turn off Sol's use of thread-local storage if using a global sol::state.\n\nTo remove older C++ standards and build with C++17 in platformio.ini:\n\n```ini\nbuild_flags =\n        -std=gnu++17\n        -DSOL_NO_THREAD_LOCAL=1\n\nbuild_unflags =\n        -std=gnu++11\n        -std=gnu++14\n```\n\n## Examples\n\nSee the [examples](examples) directory for some demos.\n\n# License\n\nLua is distributed under the MIT license. See https://www.lua.org/license.html.\n\nSol2 is distributed under the MIT license. See https://github.com/ThePhD/sol2/blob/develop/LICENSE.txt.\n\nThis project is also distributed under the MIT license. See [LICENSE](LICENSE).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmischief%2Farduino-lua","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmischief%2Farduino-lua","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmischief%2Farduino-lua/lists"}