FParsec 1.0.1

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

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 nuget.org/packages/fparsec-big-data-edition).

Product Compatible and additional computed target framework versions.
.NET Framework net40-client is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

GitHub repositories (6)

Showing the top 6 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
Version Downloads Last updated
1.0.1 12,093 7/8/2013
0.9.2 268 3/31/2012