From 5219c6589a6ac2833f06d3035c4b43ac217a85a5 Mon Sep 17 00:00:00 2001 From: wt Date: Fri, 28 Aug 2015 14:11:09 +0800 Subject: [PATCH] Update packages.json --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 21cb225..35a754d 100644 --- a/packages.json +++ b/packages.json @@ -3159,5 +3159,18 @@ "description": "RPC implementation for Nim based on msgpack4nim", "license": "MIT", "web": "https://github.com/rogercloud/nim-rpc" + }, + { + "name": "asyncevents", + "url": "https://github.com/tulayang/asyncevents", + "method": "git", + "tags": [ + "event", + "future", + "asyncdispath" + ], + "description": "Asynchronous event loop for progaming with MVC", + "license": "MIT", + "web": "https://github.com/tulayang/asyncevents" } ]