1. Home
  2. Browse
  3. libuv

libuv

v1.44.2#0Go to latest

libuv is a multi-platform support library with a focus on asynchronous I/O.

Install

Run the following Vcpkg command to install the port.

vcpkg install libuv

Usage

libuv provides CMake targets:

find_package(libuv CONFIG REQUIRED)
target_link_libraries(main PRIVATE $<IF:$<TARGET_EXISTS:uv_a>,uv_a,uv>)

Dependencies

See source

Version

v1.44.2#0

Publication

Supports

All

GitHub

libuv/libuv

Homepage

github.com/libuv/libuv

Subtree

293f090a9b

License

BSD-3-Clause

Definition

Manifest