From 95943b7fcfe610f39d4cbf1aa86910faf07a7bb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Zieli=C5=84ski?= Date: Tue, 19 Jan 2016 17:39:35 +0100 Subject: [PATCH] added reactor.nim --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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" } ]