lua 5.2.2.13
dotnet add package lua --version 5.2.2.13
NuGet\Install-Package lua -Version 5.2.2.13
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="lua" Version="5.2.2.13" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add lua --version 5.2.2.13
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: lua, 5.2.2.13"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install lua as a Cake Addin #addin nuget:?package=lua&version=5.2.2.13 // Install lua as a Cake Tool #tool nuget:?package=lua&version=5.2.2.13
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
native | native is compatible. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
- lua.redist (>= 5.2.2.13)
GitHub repositories
This package is not used by any popular GitHub repositories.