fszmq 4.0.9-prerelease
This is a prerelease version of fszmq.
dotnet add package fszmq --version 4.0.9-prerelease
NuGet\Install-Package fszmq -Version 4.0.9-prerelease
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="fszmq" Version="4.0.9-prerelease" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add fszmq --version 4.0.9-prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: fszmq, 4.0.9-prerelease"
#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 fszmq as a Cake Addin #addin nuget:?package=fszmq&version=4.0.9-prerelease&prerelease // Install fszmq as a Cake Tool #tool nuget:?package=fszmq&version=4.0.9-prerelease&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
fszmq is an LGPLv3-licensed F# binding for the ZeroMQ distributed computing library.It provides a complete binding to versions 2.1.x, 3.2.x, and 4.0.x of ZeroMQ(Note: each binding is a separate branch in git, as there are some non-compatible differences).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).
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. 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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
4.0.9-prerelease | 63 | 5/6/2015 |
4.0.8 | 429 | 2/12/2015 |
4.0.8-prerelease | 50 | 1/17/2015 |
4.0.6 | 516 | 6/10/2014 |
4.0.5 | 79 | 4/27/2014 |
4.0.4 | 94 | 12/9/2013 |
3.2.7 | 174 | 11/4/2013 |
3.2.5 | 75 | 10/30/2013 |
2.2.1 | 76 | 10/30/2013 |
2.1.11 | 54 | 1/10/2012 |
Split project into Mac-friendly and Windows-friendly solutions
Removed the need for compiling with `--define:BSD_EAGAIN`