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.
<PackageVersion Include="lua" Version="5.2.2.13" />
                    
Directory.Packages.props
<PackageReference Include="lua" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add lua --version 5.2.2.13
                    
#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.
#addin nuget:?package=lua&version=5.2.2.13
                    
Install lua as a Cake Addin
#tool nuget:?package=lua&version=5.2.2.13
                    
Install lua as a Cake Tool

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 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.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
5.2.2.13 766 6/12/2013
5.2.2.11 50 5/30/2013
5.2.2 57 5/28/2013