fszmq 12.3.2
dotnet add package fszmq --version 12.3.2
NuGet\Install-Package fszmq -Version 12.3.2
<PackageReference Include="fszmq" Version="12.3.2" />
paket add fszmq --version 12.3.2
#r "nuget: fszmq, 12.3.2"
// Install fszmq as a Cake Addin #addin nuget:?package=fszmq&version=12.3.2 // Install fszmq as a Cake Tool #tool nuget:?package=fszmq&version=12.3.2
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 | 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 | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | 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 | 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. |
-
- FSharp.Core (>= 4.3.4)
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,612 | 5/23/2018 | |
12.3.1 | 1,047 | 5/18/2018 | |
12.3.0 | 1,013 | 5/17/2018 | |
12.2.2 | 13,060 | 1/31/2017 | |
12.2.0 | 1,721 | 7/11/2016 | |
12.1.1 | 8,676 | 8/21/2015 | |
12.1.0 | 1,934 | 7/21/2015 | |
12.0.1 | 1,549 | 7/1/2015 | |
4.0.9-prerelease | 960 | 5/6/2015 | |
4.0.8 | 1,852 | 2/12/2015 | |
4.0.8-prerelease | 1,029 | 1/17/2015 | |
4.0.6 | 1,997 | 6/10/2014 | |
4.0.5 | 1,432 | 4/27/2014 | |
4.0.4 | 1,764 | 12/9/2013 | |
3.2.7 | 1,710 | 11/4/2013 | |
3.2.5 | 1,475 | 10/30/2013 | |
2.2.1 | 1,538 | 10/30/2013 | |
2.1.11 | 2,071 | 1/10/2012 |
FIX for Issue #161 - fixed regression in .NET 4.6.1 support