Loyc.Utilities
30.1.1
See the version list below for details.
dotnet add package Loyc.Utilities --version 30.1.1
NuGet\Install-Package Loyc.Utilities -Version 30.1.1
<PackageReference Include="Loyc.Utilities" Version="30.1.1" />
paket add Loyc.Utilities --version 30.1.1
#r "nuget: Loyc.Utilities, 30.1.1"
// Install Loyc.Utilities as a Cake Addin #addin nuget:?package=Loyc.Utilities&version=30.1.1 // Install Loyc.Utilities as a Cake Tool #tool nuget:?package=Loyc.Utilities&version=30.1.1
README
The Loyc Core project is a set of general-purpose .NET libraries. LoycCore is especially focused on collections - classes, interfaces, adapters, and extension methods - but also has code in other areas, most notably parsing and syntax trees.
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".
Please visit http://core.loyc.net for documentation.
NOTE: Development occurs primarily in the Enhanced C# repository, which contains the LoycCore repo as a "git subtree". However, git subtree push
mysteriously stopped working which means that synchronization with this repo has become a manual process. As a result I would ask you not to use that repo anymore. We'll just do everything in ecsharp.
Dependency tree
Low-level libraries on top:
Loyc.Interfaces
^
|
Loyc.Essentials
^ ^
| |
| +----------------+
| |
Loyc.Collections Loyc.Math
^ ^
| |
Loyc.Syntax |
^ |
| |
+---------+----------+
|
Loyc.Utilities
Links
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 is compatible. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETFramework 4.7.2
- Loyc.Collections (>= 30.1.1)
- Loyc.Essentials (>= 30.1.1)
- Loyc.Interfaces (>= 30.1.1)
- Loyc.Math (>= 30.1.1)
- Loyc.Syntax (>= 30.1.1)
-
.NETStandard 2.0
- Loyc.Collections (>= 30.1.1)
- Loyc.Essentials (>= 30.1.1)
- Loyc.Interfaces (>= 30.1.1)
- Loyc.Math (>= 30.1.1)
- Loyc.Syntax (>= 30.1.1)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on Loyc.Utilities:
Package | Downloads |
---|---|
LoycCore
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". |
|
LeMP
LeMP is an open-source Lisp-inspired macro processor for C#. It helps you avoid writing boilerplate and repetitive code, and it provides a framework in which you can run code-generation algorithms at compile-time. This is the library version! The command-line tool package is called LeMP-Tool. Or, to integrate LeMP into Visual Studio, please download a release from https://github.com/qwertie/ecsharp/releases |
|
LLLPG
LLLPG is a recursive-decent parser generator for C#, with Visual Studio integration and a feature set better than ANTLR version 2. This package contains the core LLLPG executable, which can be run from the command-line. Visual Studio users should typically download a release of LeMP from https://github.com/qwertie/ecsharp/releases instead of using this package. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
30.1.3 | 140 | 10/24/2024 |
30.1.2 | 250 | 6/30/2024 |
30.1.1 | 243 | 4/29/2024 |
30.1.0 | 5,365 | 6/16/2022 |
29.0.3 | 11,937 | 1/13/2021 |
29.0.2 | 909 | 1/12/2021 |
29.0.1 | 849 | 1/12/2021 |
29.0.0 | 1,024 | 12/25/2020 |
28.4.0 | 1,006 | 11/30/2020 |
28.3.0 | 1,012 | 11/16/2020 |
28.2.0 | 3,063 | 7/24/2020 |
28.1.0 | 1,102 | 7/6/2020 |
28.0.0 | 1,197 | 7/4/2020 |
27.2.1 | 1,338 | 5/12/2020 |
27.2.0 | 1,255 | 4/5/2020 |
27.1.5 | 1,097 | 3/30/2020 |
27.1.4 | 1,126 | 3/30/2020 |
27.0.4 | 1,139 | 3/10/2020 |
27.0.2 | 1,147 | 2/18/2020 |
26.8.5 | 1,235 | 1/15/2020 |
26.8.1 | 5,883 | 5/13/2019 |
26.8.0 | 1,153 | 5/12/2019 |
26.6.0 | 1,802 | 3/17/2019 |
26.5.0 | 1,615 | 2/17/2019 |
26.4.0 | 1,872 | 9/29/2018 |
26.2.0 | 2,400 | 1/24/2018 |
24.3.0 | 11,341 | 1/10/2017 |