libuv-shared 1.34.0.266

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

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

libuv shared library packge with native runtime for Windows (x64/x86/arm), 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 410 7/1/2023
1.45.0.487 140 5/20/2023
1.44.2.485 515 2/25/2023
1.44.2.481 250 2/25/2023
1.44.2.464 334 1/8/2023
1.42.0.448 442 8/16/2021
1.40.0.394 2,067 1/19/2021
1.34.0.266 1,004 12/8/2019
1.33.1.262 492 10/25/2019
1.31.0.222 518 8/20/2019
1.25.0.12-alpha 378 6/26/2019
1.25.0.2-alpha 373 6/16/2019

2019.12.05, Version 1.34.0 (Stable)
Changes since version 1.33.1:
* unix: move random-sysctl to random-sysctl-linux (nia)
* netbsd: use KERN_ARND sysctl to get entropy (nia)
* unix: refactor uv__fs_copyfile() logic (cjihrig)
* build: fix android build, add missing sources (Ben Noordhuis)
* build: fix android build, fix symbol redefinition (Ben Noordhuis)
* build: fix android autotools build (Ben Noordhuis)
* fs: handle non-functional statx system call (Milad Farazmand)
* unix,win: add uv_sleep() (cjihrig)
* doc: add richardlau to maintainers (Richard Lau)
* aix: fix netmask for IPv6 (Richard Lau)
* aix: clean up after errors in uv_interface_addresses() (Richard Lau)
* aix: fix setting of physical addresses (Richard Lau)
* fs: add uv_fs_mkstemp (Saúl Ibarra Corretgé)
* unix: switch uv_sleep() to nanosleep() (Ben Noordhuis)
* unix: retry on EINTR in uv_sleep() (Ben Noordhuis)
* zos: fix nanosleep() emulation (Ben Noordhuis)