{"id":13580162,"url":"https://github.com/elua/elua","last_synced_at":"2026-03-15T05:04:21.696Z","repository":{"id":991483,"uuid":"799348","full_name":"elua/elua","owner":"elua","description":"eLua Project on GitHub","archived":false,"fork":false,"pushed_at":"2024-03-25T21:30:17.000Z","size":14609,"stargazers_count":909,"open_issues_count":40,"forks_count":295,"subscribers_count":101,"default_branch":"master","last_synced_at":"2024-11-05T18:52:21.316Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://www.eluaproject.net/","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/elua.png","metadata":{"files":{"readme":"README.asciidoc","changelog":"CHANGELOG","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":"2010-07-26T22:13:52.000Z","updated_at":"2024-10-30T11:22:08.000Z","dependencies_parsed_at":"2024-08-01T15:31:49.259Z","dependency_job_id":"b9775012-8ca3-4587-802c-44987b3be414","html_url":"https://github.com/elua/elua","commit_stats":{"total_commits":1371,"total_committers":46,"mean_commits":"29.804347826086957","dds":0.6725018234865062,"last_synced_commit":"3703f4189cedbc5ff20ad156c8768b6cbc8d1ba6"},"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elua%2Felua","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elua%2Felua/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elua%2Felua/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elua%2Felua/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/elua","download_url":"https://codeload.github.com/elua/elua/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247419597,"owners_count":20936009,"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","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-08-01T15:01:48.195Z","updated_at":"2026-03-15T05:04:21.689Z","avatar_url":"https://github.com/elua.png","language":"C","readme":"eLua - Lua for microcontrollers\n===============================\n\n*eLua* stands for *Embedded Lua* and the project aims to offer the\nfull implementation of the http://www.lua.org[Lua Programming\nLanguage] to the embedded world, extending it with specific features\nfor efficient and portable software embedded development. For more\ndetails please visit the link:http://www.eluaproject.net[project\npage].\n\nIf you've just downloaded *eLua* and are looking to get started check\nout link:http://www.eluaproject.net/en_using.html[using eLua].\n\nGeneral Features\n----------------\n\n*eLua* allows you to develop and run Lua programs on a wide variety of\nmicrocontrollers.\n\nSome aspects of eLua are:\n\n* *Transforms hardware into a commodity:* Design and code your products for\n  eLua and make them as hardware-independent as possible. Upgrade or\n  completely change your hardware in the future and save time and money, using\n  the approved source code with little or no modifications.\n\n* *Source code portability:* Like in Lua, you program in C, Lua or a mixture\n  of both and your program runs in a wide varied of (sometimes radically\n  different) platforms and architectures supported. Full control of the\n  platform.: eLua runs on the \"bare-metal\". There is no Operating System\n  between your programs and the microcontroller. Develop on targets: fully\n  functional Lua and a dedicated shell on the microcontroller itself. No need\n  to install a specific development environment on the PC side, other than a\n  serial or ehternet console/terminal emulator. You can also use any text\n  editor, save your programs in sd/mmc and other media and use them directly\n  in your platforms.\n\n* *Flexible products:* Add modern high level script-language capabilities to\n  your projects, resulting in highly adaptable, field-programable and\n  reconfigurable designs. Efficient (and cheap!) future evolution to your\n  systems.\n\n* *Learn embedded:* Simple interactive and interpreted experimenting cycle.\n  Use your desktop programming skills to become an embedded systems developer\n  in no time and with a lot of fun.\n\n* *Embedded RAD:* Prototype and experiment on a Rapid Application Develop\n  model. Test your ideas directly on the target platforms and cheap\n  development kits. No need for simulators or future code adaptations.\n\n* *Ready to use kits:* A big (and growing!) number of Open Source hardware and\n  commercially available platforms supported. Prototype cheap and fast and\n  design your final hardware later using the produced code.\n\n* *Longevity:* Add user configuration and scripting capabilities to your\n  projects, making them adaptable to the always changing contexts of\n  industrial processes, evolving engineering, automation standards, field\n  optimizations etc...\n\n* *Worry-free Licence:* eLua is free and open-source software and we promote\n  it as much as we can. But our MIT licence (the same as Lua's) allows you to\n  use eLua in your commercial and private-code products as well. Nothing to\n  ask, no royalties to pay, just tell the world you're using eLua.\n\nFor more information about the functionality (implemented and planned) in eLua\ncheck link:http://www.eluaproject.net/en_status.html[our status page].\n\nDocumentation\n-------------\n\nOnline documentation can be found on the web for the most recent\nrelease version and development versions in the\nlink:http://www.eluaproject.net/get-better[get better] section of the\nproject website.\n\nProject documentation can be generated for the version of the project\nassociated with this document by following the instructions in the\nREADME.TXT file in the doc directory.\n\n\nContacts\n--------\n\neLua authors and main developers can be contacted at:\n\nBogdan Marinescu: bogdan.marinescu -at- eluaproject -dot- net\n\nDado Sutter: dadosutter -at- eluaproject -dot- net\n\nJames Snyder: jbsnyder -at- eluaproject -dot- net\n\nYou are also welcomed to share your questions and suggestions on our\nlink:http://www.eluaproject.net/get-involved/community-resources[Mail Discussion List]\n","funding_links":[],"categories":["C","Language"],"sub_categories":["Android Things"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felua%2Felua","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Felua%2Felua","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felua%2Felua/lists"}