aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2017-04-16 15:25:15 +0200
committerGitHub <noreply@github.com>2017-04-16 15:25:15 +0200
commitf9d5becccb532d134474910caf48d08568e1bb9d (patch)
tree1e2ca22daaacb2cd02232093ae2a27d9ea46d68b
parent1fc35aefb7c0e96dbcef488a8c283b3baadcabcf (diff)
parent6b08b1913327ea0d59b6272a4787a442c8567526 (diff)
downloadpackages-f9d5becccb532d134474910caf48d08568e1bb9d.tar.gz
packages-f9d5becccb532d134474910caf48d08568e1bb9d.zip
Merge pull request #494 from tulayang/patch-1
Add node package
-rw-r--r--packages.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 451dba5..ab055ec 100644
--- a/packages.json
+++ b/packages.json
@@ -6202,5 +6202,22 @@
"description": "wrapper for the notmuch mail library",
"license": "BSD 3-Clause",
"web": "https://github.com/samdmarshall/notmuch.nim"
+ },
+ {
+ "name": "node",
+ "url": "https://github.com/tulayang/nimnode",
+ "method": "git",
+ "tags": [
+ "async",
+ "io",
+ "socket",
+ "net",
+ "tcp",
+ "http",
+ "libuv"
+ ],
+ "description": "Library for async programming and communication. This Library uses a future/promise, non-blocking I/O model based on libuv.",
+ "license": "MIT",
+ "web": "http://tulayang.github.io/node/"
}
]