Metadata >> NuGet >> Mona

Mona

Metadata

Authors Elliott B. Edwards (automatonic)
Copyrights Copyright 2014
Description Reactive monadic parser combinator in C#
IconUrl http://www.gravatar.com/avatar/8d6e52c85a03c0aeb9b8450ec5a9c5c8.png?s=256
LicenseUrl https://github.com/automatonic/mona/blob/master/LICENSE
Owners Elliott B. Edwards (automatonic)
ProjectUrl http://github.com/automatonic/mona
ReleaseNotes Allows parser.Select to change TNode
RequireLicenseAcceptance False
Tags parser monadic combinator
Title Mona
PackageSize 48710
PackageHashAlgorithm SHA512
PackageHash 27l7UtP5snulk294lforG14y+8W3rbXTE1Y+8DqedLubYveE3+5Fl7AklEG100wy/KR1hNDUAnKCK9WIwkQkpg==
DownloadCount 000000
CreatedDate 2014-09-29T02:11:35

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 Mona -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install Mona -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 Mona
Installing the package (HTTP Basic authentication):
Install-Package Mona -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package Mona -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Uinstalling the package:
Uninstall-Package Mona

OpenWrap

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

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
0.1.27
0.1.25