libuv-shared 1.40.0.394

There is a newer version of this package available.
See the version list below for details.
dotnet add package libuv-shared --version 1.40.0.394
NuGet\Install-Package libuv-shared -Version 1.40.0.394
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="libuv-shared" Version="1.40.0.394" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add libuv-shared --version 1.40.0.394
#r "nuget: libuv-shared, 1.40.0.394"
#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 libuv-shared as a Cake Addin
#addin nuget:?package=libuv-shared&version=1.40.0.394

// Install libuv-shared as a Cake Tool
#tool nuget:?package=libuv-shared&version=1.40.0.394

libuv shared library packge with native runtime for Windows (x64/x86/arm/arm64), Linux (x64/arm64/arm/armel) and Osx (x64)

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on libuv-shared:

Package Downloads
Pluto.LibUv

Package Description

SharpUV

Binding library for libuv

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on libuv-shared:

Repository Stars
cuteant/SpanNetty
Port of Netty(v4.1.51.Final) for .NET
Version Downloads Last updated
1.46.0.488 200 7/1/2023
1.45.0.487 117 5/20/2023
1.44.2.485 492 2/25/2023
1.44.2.481 222 2/25/2023
1.44.2.464 299 1/8/2023
1.42.0.448 413 8/16/2021
1.40.0.394 1,986 1/19/2021
1.34.0.266 957 12/8/2019
1.33.1.262 467 10/25/2019
1.31.0.222 494 8/20/2019
1.25.0.12-alpha 358 6/26/2019
1.25.0.2-alpha 353 6/16/2019

2020.09.26, Version 1.40.0 (Stable)
Changes since version 1.39.0:
* udp: add UV_UDP_MMSG_FREE recv_cb flag (Ryan Liptak)
* include: re-map UV__EPROTO from 4046 to -4046 (YuMeiJie)
* doc: correct UV_UDP_MMSG_FREE version added (cjihrig)
* doc: add uv_metrics_idle_time() version metadata (Ryan Liptak)
* win,tty: pass through utf-16 surrogate pairs (Mustafa M)
* unix: fix DragonFly BSD build (Aleksej Lebedev)
* win,udp: fix error code returned by connect() (Santiago Gimeno)
* src: suppress user_timeout maybe-uninitialized (Daniel Bevenius)
* test: fix compiler warning (Vladimír Čunát)
* build: fix the Haiku cmake build (David Carlier)
* linux: fix i386 sendmmsg/recvmmsg support (Ben Noordhuis)
* build: add libuv-static pkg-config file (Nikolay Mitev)
* unix,win: add uv_timer_get_due_in() (Ulrik Strid)
* build,unix: add QNX support (Elad Lahav)
* include: remove incorrect UV__ERR() for EPROTO (cjihrig)