{"id":16238515,"url":"https://github.com/unclerus/esp-idf-lua","last_synced_at":"2025-10-06T04:19:09.379Z","repository":{"id":46055499,"uuid":"211262136","full_name":"UncleRus/esp-idf-lua","owner":"UncleRus","description":"Lua component for ESP-IDF","archived":false,"fork":false,"pushed_at":"2023-05-29T14:14:23.000Z","size":386,"stargazers_count":72,"open_issues_count":1,"forks_count":20,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-03-16T19:20:06.039Z","etag":null,"topics":["esp-idf","esp-idf-framework","esp32","esp8266","lua"],"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/UncleRus.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":"2019-09-27T07:33:10.000Z","updated_at":"2025-01-22T12:40:31.000Z","dependencies_parsed_at":"2024-10-27T21:43:16.416Z","dependency_job_id":null,"html_url":"https://github.com/UncleRus/esp-idf-lua","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UncleRus%2Fesp-idf-lua","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UncleRus%2Fesp-idf-lua/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UncleRus%2Fesp-idf-lua/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UncleRus%2Fesp-idf-lua/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/UncleRus","download_url":"https://codeload.github.com/UncleRus/esp-idf-lua/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244006255,"owners_count":20382440,"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":["esp-idf","esp-idf-framework","esp32","esp8266","lua"],"created_at":"2024-10-10T13:40:38.424Z","updated_at":"2025-10-06T04:19:04.347Z","avatar_url":"https://github.com/UncleRus.png","language":"C","readme":"# Lua component for ESP-IDF\n\nhttps://www.lua.org\n\nVersion 5.4.4\n\n## What is Lua?\n\nLua is a powerful, efficient, lightweight, embeddable scripting language. \nIt supports procedural programming, object-oriented programming, functional\nprogramming, data-driven programming, and data description.\n\nLua combines simple procedural syntax with powerful data description\nconstructs based on associative arrays and extensible semantics. Lua is\ndynamically typed, runs by interpreting bytecode with a register-based\nvirtual machine, and has automatic memory management with incremental\ngarbage collection, making it ideal for configuration, scripting, and\nrapid prototyping. \n\n## How to use\n\nClone this repository into `components` subdir of yout project:\n\n```Shell\ncd ~/my_esp_idf_project\nmkdir components\ncd components\ngit clone https://github.com/UncleRus/esp-idf-lua.git\n```\n\nOr clone it to any other directory and add it to your project `Makefile` or `CMakeLists.txt`:\n\n```Makefile\nPROJECT_NAME := my-esp-project\nEXTRA_COMPONENT_DIRS := $(HOME)/my/work/path/esp-idf-lua\ninclude $(IDF_PATH)/make/project.mk\n```\n\n```cmake\ncmake_minimum_required(VERSION 3.5)\nset(EXTRA_COMPONENT_DIRS $ENV{HOME}/my/work/path/esp-idf-lua)\ninclude($ENV{IDF_PATH}/tools/cmake/project.cmake)\nproject(my-esp-project)\n```\n\nSee examples.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funclerus%2Fesp-idf-lua","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Funclerus%2Fesp-idf-lua","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funclerus%2Fesp-idf-lua/lists"}