Metadata-Version: 2.4
Name: unidecompiler-plugin-lua
Version: 0.1.1
Summary: Lua bytecode frontend plugin for unidecompiler
Author-email: Wker <1670133844@qq.com>
License-Expression: AGPL-3.0-or-later
Project-URL: Homepage, https://github.com/Wker666/unidecompiler
Project-URL: Repository, https://github.com/Wker666/unidecompiler
Project-URL: Issues, https://github.com/Wker666/unidecompiler/issues
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Requires-Dist: unidecompiler<0.2.0,>=0.1.1

# unidecompiler-plugin-lua

Frontend plugin for Lua `.luac` bytecode chunks. It decodes Lua bytecode and
submits neutral thin IR to `unidecompiler` for recovery and rendering.

Install with:

```sh
python -m pip install unidecompiler-plugin-lua
```

The plugin is discovered automatically by compatible CLI and GUI hosts.
