Attoparsec 0.5.0
See the version list below for details.
dotnet add package Attoparsec --version 0.5.0
NuGet\Install-Package Attoparsec -Version 0.5.0
<PackageReference Include="Attoparsec" Version="0.5.0" />
paket add Attoparsec --version 0.5.0
#r "nuget: Attoparsec, 0.5.0"
// Install Attoparsec as a Cake Addin #addin nuget:?package=Attoparsec&version=0.5.0 // Install Attoparsec as a Cake Tool #tool nuget:?package=Attoparsec&version=0.5.0
FsAttoparsec is A port of Bryan O'Sullivan's attoparsec from Haskell to F#. This fork is maintained by @haf – just aiming to give timely releases of the software to the community.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- Expecto (>= 4.2.1)
- Expecto.FsCheck (>= 4.2.1)
- FSharp.Core (>= 4.1.17)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Release Notes:
* .gitignore update, rakefile update
* Running tests on build
* Ignore AssemblyVersionInfo
* Removing warnings for lazy initialisation; is unit tested
* More infra fixes
* BmpString test revamped
* BinaryParser tests revamped
* [infra] first cleanup commit
* [skip ci]update copyright
* fix path and package name
* fix project setting
* update dependencies
* delete trailing whitespace
* Merge pull request #9 from pocketberserker/mark-inline
* fix path and package name
* mark inline
* update FsCheck
* [ci skip]update README
* update AppVeyor setting
* fix typo
* fix package scirpt and configuration
* add Travis setting
* update nuget
* fix path
* update FsCheck
* update copyright
* fix prop
* fix packages.config
* change nunit version
* use FsCheck.NUnit
* use NonNull
* update dependencies
* change target .NET Framework
* update scriot