Waher.Script by Peter Waher

<PackageReference Include="Waher.Script" Version="1.0.5" />

 Waher.Script 1.0.5

Class library that defines a script language and an object abstraction of computable elements. The library helps application parse and execute script. Script is extensible, and it is easy for modules to extend the script engine.

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>Waher.Script</id>
    <version>1.0.5</version>
    <authors>Peter Waher</authors>
    <owners>Peter Waher</owners>
    <requireLicenseAcceptance>true</requireLicenseAcceptance>
    <licenseUrl>https://github.com/PeterWaher/IoTGateway#license</licenseUrl>
    <projectUrl>https://github.com/PeterWaher/IoTGateway/tree/master/Script/Waher.Script</projectUrl>
    <iconUrl>https://github.com/PeterWaher/IoTGateway/blob/master/Images/Icon.ico?raw=true</iconUrl>
    <description>Class library that defines a script language and an object abstraction of computable elements. The library helps application parse and execute script. Script is extensible, and it is easy for modules to extend the script engine.</description>
    <copyright>Copyright © Waher Data AB 2016-2017. All rights reserved.</copyright>
    <tags>script execution parsing</tags>
    <repository type="GitHub" url="https://github.com/PeterWaher/IoTGateway" />
    <dependencies>
      <group targetFramework=".NETStandard1.3">
        <dependency id="Waher.Runtime.Inventory" version="1.0.2" exclude="Build,Analyzers" />
        <dependency id="Waher.Events" version="1.0.2" exclude="Build,Analyzers" />
        <dependency id="NETStandard.Library" version="1.6.1" exclude="Build,Analyzers" />
      </group>
    </dependencies>
    <title>Waher.Script</title>
  </metadata>
</package>