{"id":16683448,"url":"https://github.com/quahu/laylua","last_synced_at":"2025-03-17T00:32:49.214Z","repository":{"id":166954606,"uuid":"442140719","full_name":"Quahu/Laylua","owner":"Quahu","description":"Lua wrapper and sandbox for .NET.","archived":false,"fork":false,"pushed_at":"2025-02-08T20:45:22.000Z","size":1463,"stargazers_count":25,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-27T15:31:24.031Z","etag":null,"topics":["csharp","dotnet","dotnet-core","embedded-scripting","high-performance","lua","lua-bindings","lua-interpreter","lua-library","lua-sandbox","lua-wrapper","sandbox","scripting","zero-alloc"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Quahu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":".github/FUNDING.yml","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},"funding":{"github":["Quahu"],"custom":["https://paypal.me/quahu"]}},"created_at":"2021-12-27T11:29:32.000Z","updated_at":"2025-02-24T19:32:10.000Z","dependencies_parsed_at":"2024-02-17T19:30:02.495Z","dependency_job_id":"ff8b0b6a-8468-4032-a7cb-5ba2fbfaa2a4","html_url":"https://github.com/Quahu/Laylua","commit_stats":null,"previous_names":["quahu/laylua"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Quahu%2FLaylua","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Quahu%2FLaylua/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Quahu%2FLaylua/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Quahu%2FLaylua/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Quahu","download_url":"https://codeload.github.com/Quahu/Laylua/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243835942,"owners_count":20355611,"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":["csharp","dotnet","dotnet-core","embedded-scripting","high-performance","lua","lua-bindings","lua-interpreter","lua-library","lua-sandbox","lua-wrapper","sandbox","scripting","zero-alloc"],"created_at":"2024-10-12T14:24:42.085Z","updated_at":"2025-03-17T00:32:49.208Z","avatar_url":"https://github.com/Quahu.png","language":"C#","readme":"# Laylua\nLaylua allows you to easily embed [Lua 5.4](https://www.lua.org/manual/5.4/manual.html) in your .NET application.\n\nHighlights:\n- plug and play\n- proper handling of exceptions and Lua errors\n- built-in memory allocation and instruction count limiting\n- control over what gets exposed to Lua code\n- optimized, zero-alloc, poolable Lua entities, no value type boxing\n\n## Examples\n```cs\nusing (var lua = new Lua())\n{\n    lua.SetGlobal(\"text\", \"Hello, World!\");\n\n    lua.OpenLibrary(LuaLibraries.Standard.Base);\n\n    lua.Execute(\"print(text)\");\n}\n```\n\n## Documentation\n[Check out the wiki](https://github.com/Quahu/Laylua/wiki).","funding_links":["https://github.com/sponsors/Quahu","https://paypal.me/quahu"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquahu%2Flaylua","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fquahu%2Flaylua","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquahu%2Flaylua/lists"}