lua 5.4.6
See the version list below for details.
dotnet add package lua --version 5.4.6
NuGet\Install-Package lua -Version 5.4.6
<PackageReference Include="lua" Version="5.4.6" />
<PackageVersion Include="lua" Version="5.4.6" />
<PackageReference Include="lua" />
paket add lua --version 5.4.6
#r "nuget: lua, 5.4.6"
#:package lua@5.4.6
#addin nuget:?package=lua&version=5.4.6
#tool nuget:?package=lua&version=5.4.6
Lua
Lua is a powerful, fast, lightweight, embeddable scripting language.
Lua combines simple procedural syntax with powerful data description constructs based on associative arrays and extensible semantics. Lua is dynamically typed, runs by interpreting bytecode for a register-based virtual machine, and has automatic memory management with incremental garbage collection, making it ideal for configuration, scripting, and rapid prototyping.
Lua is free open-source software, distributed under a very liberal license (the well-known MIT license).
Project Website: https://www.lua.org/
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| native | native is compatible. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated | |
|---|---|---|---|
| 5.5.0 | 835 | 12/27/2025 | |
| 5.4.8 | 1,043 | 6/4/2025 | |
| 5.4.7.2 | 2,091 | 10/3/2024 | |
| 5.4.7.1 | 407 | 9/28/2024 | |
| 5.4.7 | 1,774 | 6/27/2024 | |
| 5.4.6 | 16,173 | 5/14/2023 | |
| 5.4.5 | 712 | 5/4/2023 | |
| 5.4.4.1 | 2,652 | 12/20/2022 | |
| 5.4.4 | 3,363 | 1/27/2022 | |
| 5.4.3 | 3,177 | 3/29/2021 | |
| 5.4.2 | 2,852 | 12/5/2020 | |
| 5.4.1 | 2,788 | 10/10/2020 | |
| 5.4.0 | 1,734 | 6/30/2020 | |
| 5.3.6 | 1,927 | 9/25/2020 | |
| 5.3.5.2 | 1,362 | 5/29/2020 | |
| 5.3.5.1 | 4,049 | 8/17/2019 | |
| 5.3.5 | 5,620 | 7/10/2018 | |
| 5.3.4 | 8,293 | 6/15/2017 | |
| 5.3.3 | 7,939 | 10/20/2016 | |
| 5.3.2 | 3,849 | 5/11/2016 |
- Release v5.4.6 fixed broken ABI in v5.4.5
- Bugfix release v5.4.5
- Added MSCV v143 target framework
- Updated to Lua code 5.4.4
...