libuv

Multi-platform asynchronous I/O library for system-level operations

brewmacoslinux
Try with needOr install directly
Source

About

Multi-platform support library with a focus on asynchronous I/O

Commands

libuv

Examples

Verify libuv installation and check library location$ pkg-config --modversion libuv
Get compiler flags for linking against libuv$ pkg-config --cflags --libs libuv
Compile a C program that uses libuv$ gcc -o myapp myapp.c $(pkg-config --cflags --libs libuv)