aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Zieliński <michal@zielinscy.org.pl>2016-01-19 17:39:35 +0100
committerMichał Zieliński <michal@zielinscy.org.pl>2016-01-19 17:39:35 +0100
commit95943b7fcfe610f39d4cbf1aa86910faf07a7bb7 (patch)
treebfff6564983de11496ad6356930598fdcc5c5178
parent0a44899edb3b523f1addb9e73ee028cf0c104859 (diff)
downloadpackages-95943b7fcfe610f39d4cbf1aa86910faf07a7bb7.tar.gz
packages-95943b7fcfe610f39d4cbf1aa86910faf07a7bb7.zip
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"
}
]