Skip to main content
fparsec package icon

fparsec

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).

Total Downloads
8.8M
8,776,965
Published
Feb 1, 2020
Latest stable version

Install

.NET CLI
dotnet add package fparsec --version 1.1.1
Package Manager Console
Install-Package fparsec -Version 1.1.1
PackageReference
<PackageReference Include="fparsec" Version="1.1.1" />

Frameworks

.NETFramework4.5 .NETStandard2.0

Dependencies

FSharp.Core
.NETFramework4.5
[4.3.4, )
System.ValueTuple
.NETFramework4.5
[4.4.0, )
FSharp.Core
.NETStandard2.0
[4.3.4, )

Adoption guide

Assess this package against its supported frameworks, license, maintenance signals and dependency graph before making it a project standard.

No SPDX license expression is published. Review the license text and your organisation's policy before redistribution.

Compatibility metadata lists 2 target frameworks; confirm the exact target used by your application.

How to read this guidance

Sources: published NuGet v3 registry metadata and explicit NuBrowse editorial guides. Refresh: package metadata is refreshed from NuGet when the page loads. Limit: this is not a security, legal or compatibility guarantee; validate the selected version in your project.

Useful next steps

Move from package metadata to a concrete selection or review workflow.