VOOZH about

URL: https://www.nuget.org/packages/FParsec/

⇱ NuGet Gallery | FParsec 1.1.1




FParsec 1.1.1

There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package FParsec --version 1.1.1
 
 
NuGet\Install-Package FParsec -Version 1.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="FParsec" Version="1.1.1" />
 
 
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="FParsec" Version="1.1.1" />
 
Directory.Packages.props
<PackageReference Include="FParsec" />
 
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 FParsec --version 1.1.1
 
 
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: FParsec, 1.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 FParsec@1.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=FParsec&version=1.1.1
 
Install as a Cake Addin
#tool nuget:?package=FParsec&version=1.1.1
 
Install as a Cake Tool
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

FParsec is a parser combinator library for F#.

You can find comprehensive documentation for FParsec at http://www.quanttec.com/fparsec. The documentation includes a feature list, a tutorial, a user’s guide and an API reference.

This package uses the basic “low-trust” configuration of FParsec, which does not use any unverifiable code and is optimized for maximum portability. If you need to parse very large files or if you employ FParsec for performance-critical jobs, consider using the alternate “Big Data Edition” NuGet package (see https://nuget.org/packages/fparsec-big-data-edition).

Product Versions Compatible and additional computed target framework versions.
.NET net5.0 net5.0 was computed.  net5.0-windows net5.0-windows was computed.  net6.0 net6.0 was computed.  net6.0-android net6.0-android was computed.  net6.0-ios net6.0-ios was computed.  net6.0-maccatalyst net6.0-maccatalyst was computed.  net6.0-macos net6.0-macos was computed.  net6.0-tvos net6.0-tvos was computed.  net6.0-windows net6.0-windows was computed.  net7.0 net7.0 was computed.  net7.0-android net7.0-android was computed.  net7.0-ios net7.0-ios was computed.  net7.0-maccatalyst net7.0-maccatalyst was computed.  net7.0-macos net7.0-macos was computed.  net7.0-tvos net7.0-tvos was computed.  net7.0-windows net7.0-windows was computed.  net8.0 net8.0 was computed.  net8.0-android net8.0-android was computed.  net8.0-browser net8.0-browser was computed.  net8.0-ios net8.0-ios was computed.  net8.0-maccatalyst net8.0-maccatalyst was computed.  net8.0-macos net8.0-macos was computed.  net8.0-tvos net8.0-tvos was computed.  net8.0-windows net8.0-windows was computed.  net9.0 net9.0 was computed.  net9.0-android net9.0-android was computed.  net9.0-browser net9.0-browser was computed.  net9.0-ios net9.0-ios was computed.  net9.0-maccatalyst net9.0-maccatalyst was computed.  net9.0-macos net9.0-macos was computed.  net9.0-tvos net9.0-tvos was computed.  net9.0-windows net9.0-windows was computed.  net10.0 net10.0 was computed.  net10.0-android net10.0-android was computed.  net10.0-browser net10.0-browser was computed.  net10.0-ios net10.0-ios was computed.  net10.0-maccatalyst net10.0-maccatalyst was computed.  net10.0-macos net10.0-macos was computed.  net10.0-tvos net10.0-tvos was computed.  net10.0-windows net10.0-windows was computed. 
.NET Core netcoreapp2.0 netcoreapp2.0 was computed.  netcoreapp2.1 netcoreapp2.1 was computed.  netcoreapp2.2 netcoreapp2.2 was computed.  netcoreapp3.0 netcoreapp3.0 was computed.  netcoreapp3.1 netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 netstandard2.0 is compatible.  netstandard2.1 netstandard2.1 was computed. 
.NET Framework net45 net45 is compatible.  net451 net451 was computed.  net452 net452 was computed.  net46 net46 was computed.  net461 net461 was computed.  net462 net462 was computed.  net463 net463 was computed.  net47 net47 was computed.  net471 net471 was computed.  net472 net472 was computed.  net48 net48 was computed.  net481 net481 was computed. 
MonoAndroid monoandroid monoandroid was computed. 
MonoMac monomac monomac was computed. 
MonoTouch monotouch monotouch was computed. 
Tizen tizen40 tizen40 was computed.  tizen60 tizen60 was computed. 
Xamarin.iOS xamarinios xamarinios was computed. 
Xamarin.Mac xamarinmac xamarinmac was computed. 
Xamarin.TVOS xamarintvos xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (145)

Showing the top 5 NuGet packages that depend on FParsec:

Package Downloads
Fake.Core.CommandLineParsing

FAKE - F# Make - is a build automation tool for .NET. Tasks and dependencies are specified in a DSL which is integrated in F#.

Logary

Package Description

MathNet.Symbolics

Math.NET Symbolics is a basic open source computer algebra library for .Net and Mono. Written in F# but works well in C# as well. Supports .Net Framework 4.5 or higher and .Net Standard 2.0 or higher, on Windows, Linux and Mac.

Microsoft.Quantum.Compiler

The Q# compiler.

Chiron

Monadic JSON serialization/deserialization library for F#

GitHub repositories (7)

Showing the top 7 popular GitHub repositories that depend on FParsec:

Repository Stars
benjamin-hodgson/Pidgin
A lightweight and fast parsing library for C#.
chkimes/graphql-net
Convert GraphQL to IQueryable
microsoft/qsharp-compiler
Q# compiler, command line tool, and Q# language server
torhovland/blazor-redux
Connecting a Redux state store with Blazor.
egramtel/tdsharp
C#/.NET Core bindings for TDLib (Telegram MTProto API)
Tyrrrz/LtGt
Lightweight HTML processor
teo-tsirpanis/Farkle
LALR parser combinators for C# and F#.
Version Downloads Last Updated
2.0.0-beta2 104,453 12/4/2022
2.0.0-beta 856 11/1/2022
1.1.1 4,346,790 2/1/2020
1.1.1-RC 1,366 1/18/2020
1.1.0 24,001 1/5/2020
1.1.0-RC 3,634 11/10/2019
1.0.4-RC3 38,646 3/6/2018
1.0.4-RC2 1,923 3/5/2018
1.0.4-RC 2,107 12/3/2017
1.0.3 2,687,933 8/20/2017
1.0.3-beta-20170521 3,083 5/21/2017
1.0.2 938,760 9/27/2015
1.0.2-RC1 2,009 7/25/2015
1.0.1 347,303 7/8/2013
0.9.2 11,033 3/31/2012