{"id":35056354,"url":"https://github.com/alis-is/eli","last_synced_at":"2026-01-21T19:03:04.232Z","repository":{"id":42502569,"uuid":"219799960","full_name":"alis-is/eli","owner":"alis-is","description":"Lua Interpreter \u0026 Essential libraries for simple cross platform scripting ","archived":false,"fork":false,"pushed_at":"2026-01-20T22:39:49.000Z","size":685,"stargazers_count":5,"open_issues_count":4,"forks_count":2,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-21T03:58:47.208Z","etag":null,"topics":["embedded-libraries","interpreter","lua","lua-interpreter","native","standalone"],"latest_commit_sha":null,"homepage":"","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/alis-is.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2019-11-05T17:09:04.000Z","updated_at":"2026-01-08T04:48:44.000Z","dependencies_parsed_at":"2023-10-23T22:00:22.888Z","dependency_job_id":"bbd95a0a-c050-4d84-be30-a1defce61bf3","html_url":"https://github.com/alis-is/eli","commit_stats":null,"previous_names":[],"tags_count":182,"template":false,"template_full_name":null,"purl":"pkg:github/alis-is/eli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alis-is%2Feli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alis-is%2Feli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alis-is%2Feli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alis-is%2Feli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alis-is","download_url":"https://codeload.github.com/alis-is/eli/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alis-is%2Feli/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28640169,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-21T18:04:35.752Z","status":"ssl_error","status_checked_at":"2026-01-21T18:03:55.054Z","response_time":86,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["embedded-libraries","interpreter","lua","lua-interpreter","native","standalone"],"created_at":"2025-12-27T09:55:32.554Z","updated_at":"2026-01-21T19:03:04.227Z","avatar_url":"https://github.com/alis-is.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"## eli - Lua interpreter \u0026 essentials \n\nContains libs and function necessary for basic server side scripting.\n\nEmbedded libraries: \n- [eli](https://github.com/alis-is/eli/tree/main/lib)\n- [eli.fs.extra](https://github.com/alis-is/eli-fs-extra)\n- [eli.proc.extra](https://github.com/alis-is/eli-proc-extra)\n- [eli.env.extra](https://github.com/alis-is/eli-env-extra)\n- [eli.os.extra](https://github.com/alis-is/eli-os-extra)\n- [eli.pipe.extra](https://github.com/alis-is/eli-pipe-extra)\n- [eli.stream.extra](https://github.com/alis-is/eli-stream-extra)\n- [eli.extra.utils](https://github.com/alis-is/eli-extra-utils)\n- [hjson](https://github.com/hjson/hjson-lua)\n- [lustache](https://github.com/Olivine-Labs/lustache)\n- [lzip](https://github.com/brimworks/lua-zip) + [libzip](https://github.com/nih-at/libzip) + [zlib](https://github.com/madler/zlib)\n- [corehttp](https://github.com/FreeRTOS/coreHTTP)\n- [lua-corehttp](https://github.com/alis-is/lua-corehttp)\n- [lua-simple-socket](https://github.com/alis-is/lua-simple-socket)\n- [lua-simple-ipc](https://github.com/alis-is/lua-simple-ipc)\n- [mbedtls](https://github.com/ARMmbed/mbedtls)\n- [lua-mbed-base64](https://github.com/alis-is/lua-mbed-base64) + [lua-mbed-bigint](https://github.com/alis-is/lua-mbed-bigint) + [lua-mbed-hash](https://github.com/alis-is/lua-mbed-hash)\n\nPredefined variables:\n- `interpreter` - path to interpreter\n- `APP_ROOT_SCRIPT` - path to executed script \n- `APP_ROOT` - path to directory containing `APP_ROOT_SCRIPT`\n- `ELI_LIB_VERSION` - version of eli library\n\n### Install latest binary release (currently unix only)\n\n`wget -q https://raw.githubusercontent.com/alis-is/eli/main/install.sh -O /tmp/install.sh \u0026\u0026 sudo sh /tmp/install.sh`\n\n### Build eli\n\nBuild requirements:\n- docker or podman\n\nSteps:\n1. `git clone https://github.com/alis-is/eli \u0026\u0026 cd eli`\n2. `docker build -t elibuild ./containers/build`\n3. `docker build -t elitest ./containers/test`\n4. `docker run -w \"/root/luabuild\" -v $(pwd):\"/root/luabuild\" -v \"$(pwd)/toolchains:/opt/cross\" -e TOOLCHAINS='zig:x86_64-linux-musl;zig:x86_64-windows-gnu;zig:x86_64-macos-none' -it elibuild`\n6. `docker run -w \"/root/luabuild\" -v $(pwd):\"/root/luabuild\" -it elitest`\n7. Built binaries `eli` and `elic` will be created in release directory\n\n*Note: You can choose build toolchain you like from https://musl.cc/ and set its name in TOOLCHAINS*\n\nTests:\n- Run `run_tests.sh` with args \u003cpath to built binary\u003e and \u003ctest suite\u003e\n    * Example: `./run_tests.sh $(pwd)/build/eli all.lua`\n\nTools used for build: \n\n- eli\n- [luasrcdiet](https://github.com/jirutka/luasrcdiet) (*for minfication*)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falis-is%2Feli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falis-is%2Feli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falis-is%2Feli/lists"}