Metadata >> NuGet >> FParsec

FParsec

Metadata

Authors Stephan Tolksdorf
Copyrights Copyright © Stephan Tolksdorf
Description 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).
LicenseUrl http://www.quanttec.com/fparsec/license.html
Owners Stephan Tolksdorf
ProjectUrl http://www.quanttec.com/fparsec/
ReleaseNotes See http://www.quanttec.com/fparsec/about/changelog.html
RequireLicenseAcceptance False
Tags parser combinator f# fsharp c# csharp parsec fparsec
Title FParsec
PackageSize 681221
PackageHashAlgorithm SHA512
PackageHash kcBhaYypaGKhBpbi0sZ6jv3H4c6J5VdyQ6L2Rlp3wmMSmfaNVmpRriQ/Sc1IDm/fWsAZAuOC/92Z/atzGSQD6Q==
DownloadCount 000000
CreatedDate 2015-09-27T17:31:25

Access

You can access data for this project using the tools and addresses described below.

NuGet (nuget.exe)

Installing the package (HTTP Basic authentication):
nuget install FParsec -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install FParsec -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc

NuGet (Package Manager Console)

Installing the package (search all configured feeds):
Install-Package FParsec
Installing the package (HTTP Basic authentication):
Install-Package FParsec -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package FParsec -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Uinstalling the package:
Uninstall-Package FParsec

OpenWrap

Installing the package:
o add-wrap FParsec
Uninstalling the package:
o remove-wrap FParsec

Versions

A version is snapshot of a project's source code. It does not need to follow the Major.Minor.Revision.Build numbering pattern. It can be an arbitrary string of text that identifies a release or a build, in particular including meaningful words like beta, RC or RTM.

Name Related
1.0.2
1.0.2-RC1
1.0.1
1.0.1-RC2