![]() |
VOOZH | about |
dotnet add package Hopac --version 0.3.11
NuGet\Install-Package Hopac -Version 0.3.11
<PackageReference Include="Hopac" Version="0.3.11" />
<PackageVersion Include="Hopac" Version="0.3.11" />Directory.Packages.props
<PackageReference Include="Hopac" />Project file
paket add Hopac --version 0.3.11
#r "nuget: Hopac, 0.3.11"
#:package Hopac@0.3.11
#addin nuget:?package=Hopac&version=0.3.11Install as a Cake Addin
#tool nuget:?package=Hopac&version=0.3.11Install as a Cake Tool
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 | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net45 net45 is compatible. net451 net451 was computed. net452 net452 was computed. net46 net46 was computed. net461 net461 was computed. net462 net462 was computed. net463 net463 was computed. net47 net47 was computed. net471 net471 was computed. net472 net472 was computed. net48 net48 was computed. net481 net481 was computed. |
Showing the top 5 NuGet packages that depend on Hopac:
| Package | Downloads |
|---|---|
|
Logary
Package Description |
|
|
Http.fs
A simple functional HTTP client library for F# |
|
|
Expecto.Hopac
Running Hopac jobs from Expecto |
|
|
Logary.Targets.DB
Logary is a high performance, multi-target logging, metric and health-check library for mono and .Net. |
|
|
Logary.Adapters.Topshelf
Package Description |
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 0.5.1 | 372,616 | 7/5/2021 |
| 0.5.0 | 32,994 | 11/22/2020 |
| 0.4.1 | 115,879 | 9/21/2018 |
| 0.3.23 | 413,180 | 9/30/2016 |
| 0.3.22 | 30,262 | 9/27/2016 |
| 0.3.21 | 24,460 | 9/25/2016 |
| 0.3.20 | 2,398 | 9/22/2016 |
| 0.3.19 | 2,440 | 9/22/2016 |
| 0.3.18 | 2,461 | 9/21/2016 |
| 0.3.17 | 2,506 | 9/12/2016 |
| 0.3.16 | 2,312 | 9/12/2016 |
| 0.3.14 | 4,044 | 9/7/2016 |
| 0.3.13 | 46,330 | 8/24/2016 |
| 0.3.12 | 4,849 | 8/21/2016 |
| 0.3.11 | 2,363 | 8/20/2016 |
| 0.3.10 | 2,367 | 8/16/2016 |
| 0.3.9 | 2,367 | 8/14/2016 |
| 0.3.8 | 2,353 | 8/13/2016 |
* Added `MVar.mutateFun`, `MVar.mutateJob`, `MVar.tryMutateFun`,
`MVar.tryMutateJob`, `MVar.tryModifyFun`, and `MVar.tryModifyJob`.