czmq 2.1.0-alpha

This is a prerelease version of czmq.
dotnet add package czmq --version 2.1.0-alpha
                    
NuGet\Install-Package czmq -Version 2.1.0-alpha
                    
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="czmq" Version="2.1.0-alpha" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="czmq" Version="2.1.0-alpha" />
                    
Directory.Packages.props
<PackageReference Include="czmq" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add czmq --version 2.1.0-alpha
                    
#r "nuget: czmq, 2.1.0-alpha"
                    
#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.
#addin nuget:?package=czmq&version=2.1.0-alpha&prerelease
                    
Install czmq as a Cake Addin
#tool nuget:?package=czmq&version=2.1.0-alpha&prerelease
                    
Install czmq as a Cake Tool

CZMQ has these goals:

   To wrap the ØMQ core API in semantics that are natural and lead to shorter, more readable applications.
   To hide the differences between versions of ØMQ, particularly 2.x and 3.x.
   To provide a space for development of more sophisticated API semantics.
   To wrap the ØMQ security features with high-level tools and APIs.
   To become the basis for other language bindings built on top of CZMQ.

Product Compatible and additional computed target framework versions.
native native is compatible. 
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
2.1.0-alpha 118 3/25/2014

Made a NuGet package.