PPrint 1.4.4

There is a newer version of this package available.
See the version list below for details.
dotnet add package PPrint --version 1.4.4
NuGet\Install-Package PPrint -Version 1.4.4
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="PPrint" Version="1.4.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add PPrint --version 1.4.4
#r "nuget: PPrint, 1.4.4"
#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 PPrint as a Cake Addin
#addin nuget:?package=PPrint&version=1.4.4

// Install PPrint as a Cake Tool
#tool nuget:?package=PPrint&version=1.4.4

A pretty printing library for F# based on Wadler's and Leijen's work.

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on PPrint:

Package Downloads
FsLibTool

A tool that simply generates a nice doc file for a project's .fsi files

Infers.Toys

Infers.Toys provides a collection of more or less experimental datatype generic functions for F#. The primary focus of Infers.Toys is to demonstrate possibilities rather than to provide the best possible implementations. The documentation of individual generic functions typically mention known limitations, if any. Pull requests are welcome!

PPrint.Console

PPrint extensions for printing to console.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.0 13,125 1/2/2016
1.4.5 1,484 12/31/2015
1.4.4 1,501 12/30/2015
1.4.3 5,161 10/21/2015
1.4.2 1,469 10/20/2015
1.4.1 1,678 10/7/2014

1.4.4: Depend on older FSharp.Core.
1.4.3: Actually specify the FSharp.Core dependency.
1.4.2: Use FSharp.Core from NuGet.
1.4.0: Renamed catWith -> joinWith.  Added joinSep.
1.3.0: Switched to framework 4.5 (was 4.5.1).
1.3.0: Minor additions.
1.2.0: Added support for user attributes; Fixed println to output the newline.
1.1.0: Added nestBy; Minor optimization; Fixed sequence order bug due to translation from SML.