{"id":16382305,"url":"https://github.com/pingbird/dart-fengari-lua","last_synced_at":"2026-01-11T04:38:04.497Z","repository":{"id":56828734,"uuid":"192472854","full_name":"pingbird/dart-fengari-lua","owner":"pingbird","description":"Bindings for Lua in Dart","archived":false,"fork":false,"pushed_at":"2021-03-10T04:00:42.000Z","size":33,"stargazers_count":8,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-11-15T18:04:08.008Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Dart","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/pingbird.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-06-18T05:40:39.000Z","updated_at":"2023-02-23T11:38:01.000Z","dependencies_parsed_at":"2022-08-26T13:50:51.662Z","dependency_job_id":null,"html_url":"https://github.com/pingbird/dart-fengari-lua","commit_stats":null,"previous_names":["pingbird/dart-fengari-lua","pixeltoast/dart-fengari-lua"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pingbird/dart-fengari-lua","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pingbird%2Fdart-fengari-lua","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pingbird%2Fdart-fengari-lua/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pingbird%2Fdart-fengari-lua/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pingbird%2Fdart-fengari-lua/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pingbird","download_url":"https://codeload.github.com/pingbird/dart-fengari-lua/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pingbird%2Fdart-fengari-lua/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28284964,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-11T03:48:11.750Z","status":"ssl_error","status_checked_at":"2026-01-11T03:48:02.765Z","response_time":60,"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":[],"created_at":"2024-10-11T04:04:55.246Z","updated_at":"2026-01-11T04:38:04.482Z","avatar_url":"https://github.com/pingbird.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# fengari-lua: Dart bindings for fengari-web, a Lua 5.3 interpreter.\n\n## Installation\n\n1. Add the fengari_lua package to your pubspec:\n\n```yaml\ndependencies:\n  fengari_lua: ^1.2.0\n```\n\n2. Add fengari-web.js to your html:\n\n```html\n\u003chead\u003e\n    ...\n    \u003cscript src=\"https://github.com/fengari-lua/fengari-web/releases/download/v0.1.4/fengari-web.js\"\u003e\u003c/script\u003e\n\u003c/head\u003e\n```\n\n## Usage\n\nThis library comes with bindings for most of the Lua API, see https://www.lua.org/manual/5.3/\n\nIt also includes a wrapper which greatly simplifies interaction with Lua states, Example:\n\n```dart\nimport 'package:fengari_lua/lua.dart';\nmain() {\n  var state = LuaState();\n  state.loadString(\"\"\"\n    print(\"Hello, World!\")\n  \"\"\");\n  state.call();\n  state.close();\n}\n```\n\n## Example\n\nAn example project can be found at https://github.com/PixelToast/dart-fengari-lua/tree/master/example/lua_repl, it\nprovides a simple web based REPL:\n\n![Screenshot of REPL](https://raw.githubusercontent.com/PixelToast/dart-fengari-lua/master/example/lua_repl/screenshot.png)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpingbird%2Fdart-fengari-lua","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpingbird%2Fdart-fengari-lua","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpingbird%2Fdart-fengari-lua/lists"}