fszmq 12.2.0
See the version list below for details.
dotnet add package fszmq --version 12.2.0
NuGet\Install-Package fszmq -Version 12.2.0
<PackageReference Include="fszmq" Version="12.2.0" />
paket add fszmq --version 12.2.0
#r "nuget: fszmq, 12.2.0"
// Install fszmq as a Cake Addin #addin nuget:?package=fszmq&version=12.2.0 // Install fszmq as a Cake Tool #tool nuget:?package=fszmq&version=12.2.0
fszmq is an MPLv2-licensed F# binding for the ZeroMQ distributed computing library.
This library is primarily designed to be consumed from F#.
However, where possible, the library has been designed to appear "friendly" when consumed by other .NET languages (C#, et aliam).
NOTE: This package **ONLY** provides the managed `fszmq.dll` file. **You** need to provide the appropriate native `libzmq` file.
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. |
NuGet packages (4)
Showing the top 4 NuGet packages that depend on fszmq:
Package | Downloads |
---|---|
Logary.Targets.Shipper
Package Description |
|
Logary.Targets.Logstash
Logary is a high performance, multi-target logging, metric and health-check library for mono and .Net. |
|
rutta
Logary is a high performance, multi-target logging, metric and health-check library for mono and .Net. |
|
Logary.Ingestion.TCP
Package Description |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated | |
---|---|---|---|
12.3.2 | 6,617 | 5/23/2018 | |
12.3.1 | 1,048 | 5/18/2018 | |
12.3.0 | 1,016 | 5/17/2018 | |
12.2.2 | 13,061 | 1/31/2017 | |
12.2.0 | 1,722 | 7/11/2016 | |
12.1.1 | 8,677 | 8/21/2015 | |
12.1.0 | 1,935 | 7/21/2015 | |
12.0.1 | 1,550 | 7/1/2015 | |
4.0.9-prerelease | 961 | 5/6/2015 | |
4.0.8 | 1,853 | 2/12/2015 | |
4.0.8-prerelease | 1,030 | 1/17/2015 | |
4.0.6 | 1,998 | 6/10/2014 | |
4.0.5 | 1,435 | 4/27/2014 | |
4.0.4 | 1,766 | 12/9/2013 | |
3.2.7 | 1,711 | 11/4/2013 | |
3.2.5 | 1,476 | 10/30/2013 | |
2.2.1 | 1,539 | 10/30/2013 | |
2.1.11 | 2,072 | 1/10/2012 |
NEW API - safer, more discoverable API for socket options using a mixture of unions, active patterns (thanks to Daniel Fabian)
socket types (as part of context API) now safer with units-of-measure (thanks to Daniel Fabian)