Metadata >> NuGet >> Parsley >> 0.0.4

0.0.4

Metadata

Authors Patrick Lioi
Description Parsley is a monadic parser combinator library inspired by Haskell's Parsec library. It can parse context-sensitive, infinite look-ahead grammars but it performs best on predictive LL[1] grammars.
IconUrl https://github.com/plioi/parsley/raw/master/parsley.png
LicenseUrl https://github.com/plioi/parsley/blob/master/LICENSE.txt
Owners Patrick Lioi
ProjectUrl https://github.com/plioi/parsley
RequireLicenseAcceptance False
Summary A text parsing library.
PackageSize 100910
PackageHashAlgorithm SHA512
PackageHash +MsdKuXSdo0ak8nSb0Lv0gvHK8fu3RWrZFKfn8hL1Ub1VxVqr4TEG70ibJYc1KtuLp56JnAHJntwmTI17rgZcg==
DownloadCount 000000
CreatedDate 2012-12-27T22:03:01

Access

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

NuGet (nuget.exe)

Installing the package (HTTP Basic authentication):
nuget install Parsley -Version 0.0.4 -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install Parsley -Version 0.0.4 -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Deleting the package from the server (for each registered key):
nuget delete Parsley 0.0.4 %key% -Source     http://nuget.gw.symbolsource.org/Public/NuGet

NuGet (Package Manager Console)

Installing the package (HTTP Basic authentication):
Install-Package Parsley -Version 0.0.4 -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package Parsley -Version 0.0.4 -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc

OpenWrap

Installing the package:
o add-wrap Parsley -Version 0.0.4
Uninstalling the package:
o remove-wrap Parsley

Compilations

A compilation is created for every set of binaries produced from a single unchanged set of sources in different compilation modes (Debug, Release), for different platforms (x86, x64) or targetting different frameworks.

Profile Mode Platform Related
AnyCPU Release .NETFramework,Version=v4.0 Binaries