LoycCore by David Piepgrass

<PackageReference Include="LoycCore" Version="30.1.0" />

Package Files

0 bytes

 LoycCore 30.1.0

A set of useful libraries for many kinds of .NET developers, starting with Loyc.Essentials, a library that "fills in the gaps" in the core of the .NET Base Class Library. LoycCore is especially focused on collections: classes, interfaces, adapters, and extension methods. Plus, Loyc.Syntax.dll parses LES, a superset of JSON that resembles C/C#/Java/Ecmascript/D, and runtime helper classes for the Loyc LL(k) parser generator. Contributors are welcome: more unit tests, code reviews, and new features are desired, anything relatively small (under about 3000 lines of code) that fits the theme "things that should have been built into the .NET framework, but aren't".

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>LoycCore</id>
    <version>30.1.0</version>
    <authors>David Piepgrass</authors>
    <owners>David Piepgrass</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <projectUrl>http://core.loyc.net/</projectUrl>
    <iconUrl>http://core.loyc.net/res/favicon.ico</iconUrl>
    <description>A set of useful libraries for many kinds of .NET developers, starting with Loyc.Essentials, a library that "fills in the gaps" in the core of the .NET Base Class Library. LoycCore is especially focused on collections: classes, interfaces, adapters, and extension methods. Plus, Loyc.Syntax.dll parses LES, a superset of JSON that resembles C/C#/Java/Ecmascript/D, and runtime helper classes for the Loyc LL(k) parser generator.

    Contributors are welcome: more unit tests, code reviews, and new features are desired, anything relatively small (under about 3000 lines of code) that fits the theme "things that should have been built into the .NET framework, but aren't".</description>
    <summary>Core libraries to "fill in the gaps" in the .NET Base Class Library.</summary>
    <releaseNotes>See http://core.loyc.net/version-history</releaseNotes>
    <copyright>Copyright 2020</copyright>
    <tags>Loyc Core Collections Extension-Methods Dictionary Trees AList BList DList VList Cache Sparse-List Hash-Trees Geometry Math Utilities Adapters Interfaces</tags>
    <dependencies>
      <dependency id="Loyc.Interfaces" version="30.1.0" />
      <dependency id="Loyc.Essentials" version="30.1.0" />
      <dependency id="Loyc.Collections" version="30.1.0" />
      <dependency id="Loyc.Math" version="30.1.0" />
      <dependency id="Loyc.Syntax" version="30.1.0" />
      <dependency id="Loyc.Utilities" version="30.1.0" />
    </dependencies>
  </metadata>
</package>