summaryrefslogtreecommitdiff
path: root/devel/libuv/PLIST
AgeCommit message (Collapse)AuthorFilesLines
2013-03-02some private headers were missed during installation - add themagc1-1/+11
2013-03-02import libuv, the platform layer for node.js, and an asynchronous eventagc1-0/+3
library, into the Packages Collection. libuv is used as the platform layer for node.js libuv enforces an asynchronous, event-driven style of programming. Its core job is to provide an event loop and callback based notifications of I/O and other activities. libuv offers core utilities like timers, non-blocking networking support, asynchronous file system access, child processes and more.