libuv
libuv
The libuv package is a multi-platform support library with a focus on asynchronous I/O.
- version 1.49.2-1
- is not a group package
Dependencies
Installation
Install it by running either;
kpkg install libuvor
kpkg build libuvTo see the difference, see The handbook
Dependency Graph
graph TD
N0["automake"]
N1["autoconf"]
N2["libuv"]
style N2 fill:#4a9eff,stroke:#2d7dd2,stroke-width:3px,color:#fff
N3["libtool"]
N0 --> N2
N1 --> N0
N3 --> N2