{"id":13399691,"url":"https://github.com/kaitai-io/kaitai_struct_lua_runtime","last_synced_at":"2025-09-06T08:31:18.080Z","repository":{"id":23558233,"uuid":"99325858","full_name":"kaitai-io/kaitai_struct_lua_runtime","owner":"kaitai-io","description":"Kaitai Struct: runtime for Lua","archived":false,"fork":false,"pushed_at":"2024-07-25T22:23:34.000Z","size":28,"stargazers_count":21,"open_issues_count":12,"forks_count":13,"subscribers_count":12,"default_branch":"master","last_synced_at":"2024-07-31T19:22:00.249Z","etag":null,"topics":["kaitai-struct","lua"],"latest_commit_sha":null,"homepage":null,"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/kaitai-io.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":"2017-08-04T09:13:17.000Z","updated_at":"2024-07-25T22:23:37.000Z","dependencies_parsed_at":"2024-07-26T00:59:43.557Z","dependency_job_id":null,"html_url":"https://github.com/kaitai-io/kaitai_struct_lua_runtime","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/kaitai-io%2Fkaitai_struct_lua_runtime","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaitai-io%2Fkaitai_struct_lua_runtime/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaitai-io%2Fkaitai_struct_lua_runtime/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaitai-io%2Fkaitai_struct_lua_runtime/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kaitai-io","download_url":"https://codeload.github.com/kaitai-io/kaitai_struct_lua_runtime/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":232104662,"owners_count":18473185,"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":["kaitai-struct","lua"],"created_at":"2024-07-30T19:00:41.479Z","updated_at":"2025-09-06T08:31:18.067Z","avatar_url":"https://github.com/kaitai-io.png","language":"Lua","funding_links":[],"categories":["Runtimes"],"sub_categories":["CI"],"readme":"# Kaitai Struct: runtime library for Lua\n\nThis library implements Kaitai Struct API for Lua 5.3.\n\nKaitai Struct is a declarative language used for describe various binary\ndata structures, laid out in files or in memory: i.e. binary file\nformats, network stream packet formats, etc.\n\nFurther reading:\n\n* [About Kaitai Struct](http://kaitai.io/)\n* [About API implemented in this library](http://doc.kaitai.io/stream_api.html)\n\n## Installation\n\n1. You can clone the runtime library with Git:\n\n   \u003cpre\u003e\u003ccode\u003egit clone \u003cstrong\u003e--recurse-submodules\u003c/strong\u003e https://github.com/kaitai-io/kaitai_struct_lua_runtime.git\u003c/code\u003e\u003c/pre\u003e\n\n   If you clone without `--recurse-submodules`, the runtime library will work too, but you'll not be able to parse formats that use `process: zlib` - calling `KaitaiStream.process_zlib` will fail. If you need _zlib_ support but the runtime was cloned without `--recurse-submodules`, run:\n\n   ```bash\n   git submodule update --init --recursive\n   ```\n\n2. Or if you want to add the runtime library to your project as a Git submodule:\n\n   ```bash\n   git submodule add https://github.com/kaitai-io/kaitai_struct_lua_runtime.git [\u003cpath\u003e]\n   git submodule update --init --recursive\n   ```\n\n   The second command is only required if you need support for `process: zlib`.\n\n## Licensing\n\nCopyright 2017-2025 Kaitai Project: MIT license\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n\"Software\"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\nNONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkaitai-io%2Fkaitai_struct_lua_runtime","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkaitai-io%2Fkaitai_struct_lua_runtime","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkaitai-io%2Fkaitai_struct_lua_runtime/lists"}