lua 5.3.5
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.
This package supports MS Visual C++ 2012, 2013, 2015, 2017; Win32, x64; Debug, Release. Lua is built as dynamic library (Dll).
Install-Package lua -Version 5.3.5
dotnet add package lua --version 5.3.5
paket add lua --version 5.3.5
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Dependencies
-
- lua.redist (>= 5.3.5)