Hopac 0.3.19

There is a newer version of this package available.
See the version list below for details.
dotnet add package Hopac --version 0.3.19
NuGet\Install-Package Hopac -Version 0.3.19
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="Hopac" Version="0.3.19" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Hopac --version 0.3.19
#r "nuget: Hopac, 0.3.19"
#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 Hopac as a Cake Addin
#addin nuget:?package=Hopac&version=0.3.19

// Install Hopac as a Cake Tool
#tool nuget:?package=Hopac&version=0.3.19

Inspired by languages like Concurrent ML and Cilk, Hopac is a library for F# with the aim of making it easier to write efficient parallel, asynchronous, concurrent and reactive programs. Hopac is licensed under a MIT-style license. See project website for further information.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp1.0 was computed.  netcoreapp1.1 was computed.  netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard1.6 is compatible.  netstandard2.0 was computed.  netstandard2.1 was computed. 
.NET Framework net45 is compatible.  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. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen30 was computed.  tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (60)

Showing the top 5 NuGet packages that depend on Hopac:

Package Downloads
Logary The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Package Description

Http.fs

A simple functional HTTP client library for F#

Logary.Targets.DB The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Logary is a high performance, multi-target logging, metric and health-check library for mono and .Net.

Logary.Adapters.Topshelf The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Package Description

Logary.Adapters.log4net The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Logary is a high performance, multi-target logging, metric and health-check library for mono and .Net.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.5.1 65,495 7/5/2021
0.5.0 28,421 11/22/2020
0.4.1 107,003 9/21/2018
0.3.23 358,997 9/30/2016
0.3.22 25,632 9/27/2016
0.3.21 21,013 9/25/2016
0.3.20 1,308 9/22/2016
0.3.19 1,400 9/22/2016
0.3.18 1,412 9/21/2016
0.3.17 1,435 9/12/2016
0.3.16 1,276 9/12/2016
0.3.14 2,881 9/7/2016
0.3.13 39,845 8/24/2016
0.3.12 3,447 8/21/2016
0.3.11 1,293 8/20/2016
0.3.10 1,304 8/16/2016
0.3.9 1,314 8/14/2016
0.3.8 1,286 8/13/2016
0.3.7 10,244 8/8/2016
0.3.6 16,510 8/6/2016
0.3.5 1,206 8/6/2016
0.3.4 3,286 8/5/2016
0.2.1 89,250 6/5/2016
0.2.0 1,477 6/1/2016
0.1.3 151,050 12/15/2015
0.1.2 1,416 11/27/2015
0.1.1 1,353 11/24/2015
0.1.0 12,733 11/23/2015
0.0.0.48 2,727 7/15/2015
0.0.0.47 1,385 5/27/2015
0.0.0.46 2,944 5/24/2015
0.0.0.45 2,068 4/10/2015
0.0.0.44 2,450 3/2/2015
0.0.0.43 2,260 2/28/2015
0.0.0.42 1,987 2/27/2015
0.0.0.41 4,049 2/11/2015
0.0.0.40 3,342 2/6/2015
0.0.0.39 3,380 2/1/2015
0.0.0.38 2,469 1/24/2015
0.0.0.37 3,895 1/21/2015
0.0.0.36 1,932 1/20/2015
0.0.0.33 1,557 12/11/2014

* Minor optimizations to `Stream.afterEach`, `Stream.duringEach`,
`Stream.ignoreWhile` and `Stream.shift`.