ghul.runtime 14.5.2

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package ghul.runtime --version 14.5.2
                    
NuGet\Install-Package ghul.runtime -Version 14.5.2
                    
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="14.5.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ghul.runtime" Version="14.5.2" />
                    
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 14.5.2
                    
#r "nuget: ghul.runtime, 14.5.2"
                    
#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@14.5.2
                    
#: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=14.5.2
                    
Install as a Cake Addin
#tool nuget:?package=ghul.runtime&version=14.5.2
                    
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
  • view, which windows part of an array, list or string without copying it: xs |> view(1..4)
  • 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
16.2.0 0 9/2/2026
16.1.1 46 9/1/2026
16.1.0 39 9/1/2026
16.0.0 46 9/1/2026
15.1.6 66 9/1/2026
15.1.5 176 8/31/2026
15.1.4 309 8/30/2026
15.1.3 163 8/29/2026
15.1.2 160 8/29/2026
15.1.1 164 8/29/2026
15.1.0 72 8/29/2026
15.0.0 448 8/26/2026
14.6.0 135 8/26/2026
14.5.4 132 8/26/2026
14.5.3 74 8/26/2026
14.5.2 70 8/26/2026
14.5.1 74 8/26/2026
14.5.0 222 8/25/2026
14.4.1 266 8/24/2026
14.4.0 588 8/22/2026
Loading failed