ghul.runtime 10.1.1

Prefix Reserved
dotnet add package ghul.runtime --version 10.1.1
                    
NuGet\Install-Package ghul.runtime -Version 10.1.1
                    
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="ghul.runtime" Version="10.1.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ghul.runtime" Version="10.1.1" />
                    
Directory.Packages.props
<PackageReference Include="ghul.runtime" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add ghul.runtime --version 10.1.1
                    
#r "nuget: ghul.runtime, 10.1.1"
                    
#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.
#:package ghul.runtime@10.1.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=ghul.runtime&version=10.1.1
                    
Install as a Cake Addin
#tool nuget:?package=ghul.runtime&version=10.1.1
                    
Install as a Cake Tool

ghūl compiler runtime library

CI/CD NuGet version (ghul.runtime) Release Release Date Issues License ghūl

This package provides:

  • internal types required by all ghūl applications
  • support for the ghūl pipe operator and fluent methods on pipes, such as filter, map and reduce
  • MSBuild targets needed to build ghūl projects

Building a library or an executable

The targets follow the standard OutputType property:

  • Library (the .NET SDK's default when the project does not set one) builds a library. It needs no entry() function.
  • Exe or WinExe builds an executable, which needs an entry() function.

Other values are rejected. To choose directly, regardless of OutputType, set GhulLibrary to true or false.

<PropertyGroup>
  <OutputType>Library</OutputType>
</PropertyGroup>
Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net10.0

    • No dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on ghul.runtime:

Package Downloads
ghul.analysis.protocol

client library for the ghūl compiler's analysis-mode JSON protocol

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
10.1.1 0 8/11/2026
10.1.0 0 8/11/2026
10.0.1 0 8/11/2026
10.0.0 0 8/11/2026
9.1.1 5 8/11/2026
9.1.0 42 8/11/2026
9.0.0 175 8/9/2026
8.1.0 184 8/9/2026
8.0.2 87 8/9/2026
8.0.1 283 8/6/2026
8.0.0 241 8/6/2026
7.0.1 122 8/5/2026
7.0.0 162 8/4/2026
6.0.2 98 8/4/2026
6.0.1 176 8/2/2026
6.0.0 414 8/1/2026
5.12.0 126 8/1/2026
5.11.0 108 8/1/2026
5.10.0 101 8/1/2026
5.9.0 338 7/30/2026
Loading failed