summary refs log tree commit diff stats
path: root/doc
diff options
context:
space:
mode:
authorZahary Karadjov <zahary@gmail.com>2011-10-12 22:40:01 +0300
committerZahary Karadjov <zahary@gmail.com>2011-10-12 22:40:01 +0300
commitb7e8daf65dedda6b1a4563bf58a30c821045cc14 (patch)
treef81fd16ebecf0f3c162de811057456c9e468d048 /doc
parent49d924c20b97699d3cdf559d890c9c02606c7df4 (diff)
downloadNim-b7e8daf65dedda6b1a4563bf58a30c821045cc14.tar.gz
libuv working on windows too
Added: vcc compilation flags for proper debug symbol generation
Diffstat (limited to 'doc')
-rwxr-xr-xdoc/lib.txt12
1 files changed, 9 insertions, 3 deletions
diff --git a/doc/lib.txt b/doc/lib.txt
index 179861d01..47e53af3e 100755
--- a/doc/lib.txt
+++ b/doc/lib.txt
@@ -516,11 +516,17 @@ XML Processing
   Wrapper of the expat XML parser.
 
 
-Internet Protocols and Support
-------------------------------
+Network Programming and Internet Protocols
+------------------------------------------
+
+* `libuv <libuv.html>`_
+  Wrapper for the libuv library used for async I/O programming.
+
+* `joyent_http_parser <joyent_http_parser.html>`_
+  Wrapper for the joyent's high-performance HTTP parser.
 
 * `libcurl <libcurl.html>`_
-  Contains a wrapper for the libcurl library.
+  Wrapper for the libcurl library.
 
 * `openssl <openssl.html>`_
   Wrapper for OpenSSL.