lua 5.4.2
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.
Install-Package lua -Version 5.4.2
dotnet add package lua --version 5.4.2
<PackageReference Include="lua" Version="5.4.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add lua --version 5.4.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Dependencies
This package has no dependencies.
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version History
Version | Downloads | Last updated |
---|---|---|
5.4.2 | 202 | 12/5/2020 |
5.4.1 | 424 | 10/10/2020 |
5.4.0 | 527 | 6/30/2020 |
5.3.6 | 167 | 9/25/2020 |
5.3.5.2 | 266 | 5/29/2020 |
5.3.5.1 | 1,593 | 8/17/2019 |
5.3.5 | 2,248 | 7/10/2018 |
5.3.4 | 4,629 | 6/15/2017 |
5.3.3 | 4,885 | 10/20/2016 |
5.3.2 | 852 | 5/11/2016 |
5.2.2.13 | 2,647 | 6/12/2013 |
5.2.2.11 | 721 | 5/30/2013 |
5.2.2 | 948 | 5/28/2013 |