Trl.TermDataRepresentation 1.0.5

.NET Standard 2.1
dotnet add package Trl.TermDataRepresentation --version 1.0.5
NuGet\Install-Package Trl.TermDataRepresentation -Version 1.0.5
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="Trl.TermDataRepresentation" Version="1.0.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Trl.TermDataRepresentation --version 1.0.5
#r "nuget: Trl.TermDataRepresentation, 1.0.5"
#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.
// Install Trl.TermDataRepresentation as a Cake Addin
#addin nuget:?package=Trl.TermDataRepresentation&version=1.0.5

// Install Trl.TermDataRepresentation as a Cake Tool
#tool nuget:?package=Trl.TermDataRepresentation&version=1.0.5

The overall aim of this project is to create a term rewriting system that could be useful in everyday programming, and to represent data in a way that roughly correspond to the definition of a term in formal logic. Terms should be familiar to any programmer because they are basically constants, variables, and function symbols.

Product Versions
.NET net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows
.NET Core netcoreapp3.0 netcoreapp3.1
.NET Standard netstandard2.1
MonoAndroid monoandroid
MonoMac monomac
MonoTouch monotouch
Tizen tizen60
Xamarin.iOS xamarinios
Xamarin.Mac xamarinmac
Xamarin.TVOS xamarintvos
Xamarin.WatchOS xamarinwatchos
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Trl.TermDataRepresentation:

Package Downloads
Trl.Serialization

Trl.Serialization aims to create a compact human readable general-purpose data representation system based on the definition of terms. These _terms_ should be familiar to any programmer because they are basically strings, numbers, and function symbols. This is exposed as a serialiser and deserialiser to make it useful for most applications.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.5 391 11/28/2020
1.0.4 473 11/26/2020
1.0.3 329 11/1/2020
1.0.2 345 10/31/2020
1.0.1 361 10/30/2020
1.0.0 367 10/26/2020
0.0.5 313 10/16/2020
0.0.4 577 9/13/2020
0.0.3 297 9/12/2020
0.0.2 371 9/5/2020
0.0.1 396 8/23/2020

The overall aim of this project is to create a term rewriting system that could be useful in everyday programming, and to represent data in a way that roughly correspond to the definition of a term in formal logic. Terms should be familiar to any programmer because they are basically constants, variables, and function symbols.