aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2016-01-20 13:26:02 +0000
committerDominik Picheta <dominikpicheta@googlemail.com>2016-01-20 13:26:02 +0000
commit639fde97add5cd650f8080c439431966f6d8717a (patch)
treebfff6564983de11496ad6356930598fdcc5c5178
parent0a44899edb3b523f1addb9e73ee028cf0c104859 (diff)
parent95943b7fcfe610f39d4cbf1aa86910faf07a7bb7 (diff)
downloadpackages-639fde97add5cd650f8080c439431966f6d8717a.tar.gz
packages-639fde97add5cd650f8080c439431966f6d8717a.zip
Merge pull request #306 from zielmicha/reactor.nim
added reactor.nim
-rw-r--r--packages.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 8212ff7..0c68706 100644
--- a/packages.json
+++ b/packages.json
@@ -3996,5 +3996,19 @@
"description": "Library for displaying notifications on the desktop",
"license": "MIT",
"web": "https://github.com/dom96/notifications"
+ },
+ {
+ "name": "reactor",
+ "url": "https://github.com/zielmicha/reactor.nim",
+ "method": "git",
+ "tags": [
+ "async",
+ "libuv",
+ "http",
+ "tcp"
+ ],
+ "description": "Asynchronous networking engine for Nim",
+ "license": "MIT",
+ "web": "https://networkos.net/nim/reactor.nim"
}
]