NeoLua by Neolithos

<PackageReference Include="NeoLua" Version="0.9.15" />

 NeoLua 0.9.15

A Lua implementation for the Dynamic Language Runtime (DLR).

<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
  <metadata>
    <id>NeoLua</id>
    <version>0.9.15</version>
    <title>NeoLua</title>
    <authors>Neolithos</authors>
    <owners>Neolithos</owners>
    <licenseUrl>https://neolua.codeplex.com/license</licenseUrl>
    <projectUrl>https://neolua.codeplex.com/</projectUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>A Lua implementation for the Dynamic Language Runtime (DLR).</description>
    <summary>A Lua implementation for the Dynamic Language Runtime (DLR).

      NeoLua is an implementation of the Lua language. Currently the implementation is on the level of Lua 5.3 (http://www.lua.org/manual/5.3/manual.html). The goal is to match the reference of the C-Lua implementation and combine this with full .net framework support.

      NeoLua is implemented in C# and uses the Dynamic Language Runtime. It therefore integrates very well with the .net framework.</summary>
    <tags>Lua C# .net DLR Dynamic Language</tags>
    <frameworkAssemblies>
      <frameworkAssembly assemblyName="System" targetFramework="" />
    </frameworkAssemblies>
  </metadata>
</package>