libuv is a multi-platform support library with a focus on asynchronous I/O.
Run the following Vcpkg command to install the port.
vcpkg install libuv
libuv provides CMake targets:
find_package(libuv CONFIG REQUIRED) target_link_libraries(main PRIVATE $<IF:$<TARGET_EXISTS:libuv::uv_a>,libuv::uv_a,libuv::uv>)
v1.49.2#0
Oct 21, 2024
!uwp
libuv/libuv24K
github.com/libuv/libuv
7c4513f602
BSD-3-Clause
Manifest