FParsec.CSharp 12.2.0

.NET Standard 2.1
dotnet add package FParsec.CSharp --version 12.2.0
NuGet\Install-Package FParsec.CSharp -Version 12.2.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.CSharp" Version="12.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add FParsec.CSharp --version 12.2.0
#r "nuget: FParsec.CSharp, 12.2.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.CSharp as a Cake Addin
#addin nuget:?package=FParsec.CSharp&version=12.2.0

// Install FParsec.CSharp as a Cake Tool
#tool nuget:?package=FParsec.CSharp&version=12.2.0

FParsec.CSharp is a thin C# wrapper for FParsec.

Documentation: https://github.com/bert2/FParsec.CSharp

Release notes: Declare nullability correctly for Opt() and when unwrapping parser replies.

Product Versions
.NET net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows
.NET Core netcoreapp3.0 netcoreapp3.1
.NET Standard netstandard2.1
MonoAndroid monoandroid
MonoMac monomac
MonoTouch monotouch
Tizen tizen60
Xamarin.iOS xamarinios
Xamarin.Mac xamarinmac
Xamarin.TVOS xamarintvos
Xamarin.WatchOS xamarinwatchos
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on FParsec.CSharp:

Repository Stars
sdcb/Sdcb.FFmpeg
FFmpeg basic .NET API generated by CppSharp
Version Downloads Last updated
12.2.0 1,039 12/28/2021
12.1.0 1,481 1/1/2021
12.0.5 255 12/30/2020
12.0.4 394 11/14/2020
12.0.3 409 7/10/2020
12.0.2 459 3/6/2020
12.0.1 334 3/6/2020
12.0.0 434 11/12/2019
11.0.0 430 10/3/2019
8.3.2 421 9/1/2019
8.3.1 438 6/23/2019
8.3.0 432 6/23/2019
8.2.0 420 6/18/2019
8.1.3 460 6/12/2019
8.1.2 456 6/11/2019
8.1.1 442 6/11/2019
8.1.0 451 6/11/2019
8.0.0 448 6/11/2019
7.1.1 460 6/10/2019
7.1.0 457 6/10/2019
7.0.0 445 6/10/2019
6.4.0 481 6/6/2019
6.3.0 501 6/6/2019
6.2.0 462 6/4/2019
6.1.0 459 6/4/2019
6.0.0 462 6/4/2019
5.12.0 466 6/3/2019
5.11.0 469 6/2/2019
5.10.2 444 5/31/2019
5.10.1 465 5/31/2019
5.9.0 448 5/28/2019
5.8.0 435 5/28/2019
5.7.0 435 5/28/2019
5.6.0 447 5/27/2019
5.5.0 443 5/27/2019
5.4.0 463 5/26/2019
5.3.0 431 5/25/2019
5.2.0 444 5/25/2019
5.1.0 449 5/25/2019
5.0.0 455 5/25/2019
4.5.0 446 5/24/2019
4.4.0 444 5/24/2019
4.3.0 452 5/24/2019
4.2.0 482 5/24/2019
4.1.0 443 5/24/2019
4.0.1 451 5/23/2019
4.0.0 444 5/23/2019
3.6.0 459 5/23/2019
3.5.0 446 5/23/2019
3.4.0 457 5/22/2019
3.3.0 492 5/22/2019
3.2.0 474 5/21/2019
3.1.0 485 5/21/2019
3.0.0 491 5/21/2019
2.17.0 479 5/21/2019
2.16.0 475 5/19/2019
2.15.0 473 5/19/2019
2.11.0 476 5/19/2019
2.10.1 466 5/19/2019
2.10.0 474 5/18/2019
2.9.0 496 5/18/2019
2.8.0 477 5/18/2019
2.7.0 453 5/18/2019
2.6.0 460 5/17/2019
2.5.0 474 5/17/2019
2.4.0 450 5/17/2019
2.3.0 459 5/17/2019
2.2.0 471 5/17/2019
2.1.0 449 5/17/2019
2.0.0 446 5/16/2019
1.1.0 472 5/16/2019
1.0.0 463 5/15/2019
0.1.36 465 5/10/2019
0.1.32 451 5/5/2019
0.1.29 460 5/3/2019
0.1.28 454 5/3/2019
0.1.26 472 5/3/2019
0.1.25 563 5/2/2019
0.1.20 464 4/29/2019
0.1.19 473 4/29/2019
0.1.18 473 4/29/2019
0.1.17 489 4/29/2019
0.1.16 470 4/28/2019
0.1.15 460 4/28/2019
0.1.14 474 4/28/2019
0.1.12 494 4/28/2019
0.1.9 489 4/28/2019
0.1.6 508 4/27/2019

Declare nullability correctly for Opt() and when unwrapping parser replies.