{"id":21320738,"url":"https://github.com/4z0t/luatemplatelibrary","last_synced_at":"2026-04-30T02:35:15.125Z","repository":{"id":177544352,"uuid":"660526242","full_name":"4z0t/LuaTemplateLibrary","owner":"4z0t","description":"Static C++ 17 binding for Lua 5.4","archived":false,"fork":false,"pushed_at":"2024-04-12T18:56:01.000Z","size":2260,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-04-13T02:17:17.364Z","etag":null,"topics":["cmake","cpp","cpp17","library","lua","static","stl","template","templates"],"latest_commit_sha":null,"homepage":"","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/4z0t.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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}},"created_at":"2023-06-30T07:54:33.000Z","updated_at":"2024-04-14T17:48:21.064Z","dependencies_parsed_at":null,"dependency_job_id":"3cf21441-a2d4-4150-8f57-13c78424f40d","html_url":"https://github.com/4z0t/LuaTemplateLibrary","commit_stats":null,"previous_names":["4z0t/luatemplatelibrary"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/4z0t/LuaTemplateLibrary","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/4z0t%2FLuaTemplateLibrary","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/4z0t%2FLuaTemplateLibrary/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/4z0t%2FLuaTemplateLibrary/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/4z0t%2FLuaTemplateLibrary/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/4z0t","download_url":"https://codeload.github.com/4z0t/LuaTemplateLibrary/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/4z0t%2FLuaTemplateLibrary/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260988127,"owners_count":23093450,"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":["cmake","cpp","cpp17","library","lua","static","stl","template","templates"],"created_at":"2024-11-21T19:54:05.776Z","updated_at":"2026-04-30T02:35:10.101Z","avatar_url":"https://github.com/4z0t.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LuaTemplateLibrary\n\n## Overview\n\nLua Template Library (LTL for short) is a lightweight C++ 17  library for binding Lua 5.4.\nThis library pursuits performance with safety and flexibility of C++ templates. It is completely static which means functions and methods used in binding are getting inlined and optimized by compiler.\n\nLTL is made of following components:\n\n* **UserData and Classes** - Used for defining C++ defined structure/class in Lua. Supports Methods and Properties.\n* **Function Wrapper** - Used to statically define `lua_CFunction` which involves static type matching.\n* **RefObject** - Represents object defined in Lua.\n* **State** and **CState** - provide C++ interface for `lua_State`; State class has template parameter for custom memory allocator.\n* **StackObjectView** and **StackObject** - classes for interacting with values on stack.\n\n## Build and Use\n\nTODO\n\n## Documentation\n\nTODO\n  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F4z0t%2Fluatemplatelibrary","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F4z0t%2Fluatemplatelibrary","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F4z0t%2Fluatemplatelibrary/lists"}