fszmq 12.3.0
See the version list below for details.
dotnet add package fszmq --version 12.3.0
NuGet\Install-Package fszmq -Version 12.3.0
<PackageReference Include="fszmq" Version="12.3.0" />
paket add fszmq --version 12.3.0
#r "nuget: fszmq, 12.3.0"
// Install fszmq as a Cake Addin
#addin nuget:?package=fszmq&version=12.3.0
// Install fszmq as a Cake Tool
#tool nuget:?package=fszmq&version=12.3.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 |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 net481 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
- FSharp.Core (>= 4.3.4)
NuGet packages (4)
Showing the top 4 NuGet packages that depend on fszmq:
Package | Downloads |
---|---|
Logary.Targets.Logstash
Logary is a high performance, multi-target logging, metric and health-check library for mono and .Net. |
|
Logary.Targets.Shipper
Package Description |
|
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,141 | 5/23/2018 |
12.3.1 | 886 | 5/18/2018 |
12.3.0 | 828 | 5/17/2018 |
12.2.2 | 12,858 | 1/31/2017 |
12.2.0 | 1,509 | 7/11/2016 |
12.1.1 | 6,762 | 8/21/2015 |
12.1.0 | 1,730 | 7/21/2015 |
12.0.1 | 1,352 | 7/1/2015 |
4.0.9-prerelease | 843 | 5/6/2015 |
4.0.8 | 1,639 | 2/12/2015 |
4.0.8-prerelease | 921 | 1/17/2015 |
4.0.6 | 1,830 | 6/10/2014 |
4.0.5 | 1,282 | 4/27/2014 |
4.0.4 | 1,569 | 12/9/2013 |
3.2.7 | 1,506 | 11/4/2013 |
3.2.5 | 1,234 | 10/30/2013 |
2.2.1 | 1,319 | 10/30/2013 |
2.1.11 | 1,815 | 1/10/2012 |
IMPORTANT! `fszmq` is now shipped as a .NET Standard library only (currently .NET Standard 2)!
FIX (untracked) `Socket.sendAll` no long enumerates the input sequence multiple times (thanks to cboudereau)
NuGet package now specifies the minimum required version of its dependencies