[Lunar-commits] <moonbase-other> libuv: a cross-platform async io library for node.

Florin Braescu florin at lunar-linux.org
Fri Mar 6 15:53:06 CET 2015


commit f3c45b4ec45c4ebfdc14b664d69951ca547cf8e9
Author: Florin Braescu <florin at lunar-linux.org>
Date: Fri, 06 Mar 2015 16:52:35 +0200
URL: https://github.com/lunar-linux/moonbase-other/commit/f3c45b4ec45c4ebfdc14b664d69951ca547cf8e9

libuv: a cross-platform async io library for node.
---
  web/libuv/BUILD   | +3/-0     
  web/libuv/DETAILS | +28/-0    
  2 files changed, 31 insertions(+)

--- /dev/null
+++ b/web/libuv/BUILD
@@ -0,0 +1,3 @@
+./autogen.sh &&
+
+default_build
--- /dev/null
+++ b/web/libuv/DETAILS
@@ -0,0 +1,28 @@
+          MODULE=libuv
+         VERSION=v1.4.2
+          SOURCE=$MODULE-$VERSION.tar.gz
+      SOURCE_URL=http://libuv.org/dist/$VERSION/
+      SOURCE_VFY=sha256:1006c4055cb3fb34293bb716be127d396550a68ac0bdfc21a6631c8d7a49ce0b
+        WEB_SITE=http://libuv.org/
+         ENTERED=20140419
+         UPDATED=20150302
+           SHORT="Cross-platform asychronous I/O library"
+
+cat << EOF
+Libuv is a multi-platform support library with a focus on asynchronous I/O.
+It was primarily developed for use by Node.js, but it's also used by Luvit,
+Julia, pyuv, and others.
+Features:
+  Full-featured event loop backed by epoll, kqueue, IOCP, event ports.
+  Asynchronous TCP and UDP sockets.
+  Asynchronous DNS resolution.
+  Asynchronous file and file system operations.
+  File system events.
+  ANSI escape code controlled TTY.
+  IPC with socket sharing, using Unix domain sockets or named pipes (Windows).
+  Child processes.
+  Thread pool.
+  Signal handling.
+  High resolution clock.
+  Threading and synchronization primitives.
+EOF




More information about the Lunar-commits mailing list