Pine 0.5.8

dotnet add package Pine --version 0.5.8
                    
NuGet\Install-Package Pine -Version 0.5.8
                    
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="Pine" Version="0.5.8" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Pine" Version="0.5.8" />
                    
Directory.Packages.props
<PackageReference Include="Pine" />
                    
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 Pine --version 0.5.8
                    
#r "nuget: Pine, 0.5.8"
                    
#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 Pine@0.5.8
                    
#: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=Pine&version=0.5.8
                    
Install as a Cake Addin
#tool nuget:?package=Pine&version=0.5.8
                    
Install as a Cake Tool

Pine is the cross-platform Elm runtime environment. It's built on .NET and runs on Linux, Windows, and macOS.

  • Pine supports building and running Elm programs natively on .NET without JavaScript.
  • The Elm compilation interfaces support the customization of code generation at build time.
  • Pine comes bundled with a web server and database management system for building full-stack web applications.

Resources

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.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Pine:

Package Downloads
Pine-Integration

Elm DevTools and runtime

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.5.8 78 9/20/2026
0.5.7 100 9/13/2026
0.5.6 122 9/6/2026
0.5.5 118 8/30/2026
0.5.2 258 8/9/2026
0.5.1 182 7/20/2026
0.5.0 132 7/15/2026
0.4.36 136 7/3/2026
0.4.34 137 6/5/2026
0.4.33 137 5/25/2026
0.4.31 171 4/3/2026
0.4.30 160 3/1/2026
0.4.28 174 1/16/2026
0.4.27 186 1/4/2026
0.4.25 230 11/28/2025
0.4.24 249 11/15/2025
0.4.22 305 11/6/2025
0.4.20 289 10/22/2025
0.4.16 373 9/15/2025
0.4.15 362 9/1/2025
Loading failed