FParsec-Pipes 0.3.0

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

// Install FParsec-Pipes as a Cake Tool
#tool nuget:?package=FParsec-Pipes&version=0.3.0

A library for building FParsec parsers using pipeline operators.

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 FParsec-Pipes:

Package Downloads
GraphQL.Net

An implementation of GraphQL for .NET and IQueryable

Rezoom.SQL.Provider

Implements an F# type provider for SQL statements.

LagDaemon.Templates.FSharp

A simple utility to create templates in FSharp. You can supply your own keywords and functions that take string parameters and replace text.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on FParsec-Pipes:

Repository Stars
chkimes/graphql-net
Convert GraphQL to IQueryable
Version Downloads Last updated
1.1.2 635 12/15/2023
1.1.1 47,760 3/16/2019
1.1.0 1,469 10/17/2018
1.0.0 1,244 7/4/2018
0.4.0 5,649 7/29/2017
0.3.1 48,257 1/20/2017
0.3.0 1,475 9/15/2016
0.2.0 999 9/3/2016
0.1.1 3,694 3/28/2016

Reworked default parser and capture/ignore types to cut down compile times.