From d6845504615dec908296c88cdb1e86b4ea6b5bc3 Mon Sep 17 00:00:00 2001 From: Zahary Karadjov Date: Wed, 6 Feb 2019 17:24:40 +0100 Subject: [PATCH] Add Chronos --- packages.json | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/packages.json b/packages.json index 520c4c5..a5efc71 100644 --- a/packages.json +++ b/packages.json @@ -5955,8 +5955,8 @@ "web": "https://github.com/status-im/nim-json-rpc" }, { - "name": "asyncdispatch2", - "url": "https://github.com/status-im/nim-asyncdispatch2", + "name": "chronos", + "url": "https://github.com/status-im/nim-chronos", "method": "git", "tags": [ "library", @@ -5969,9 +5969,13 @@ "tcp", "udp" ], - "description": "Experimental fork of Nim's asyncdispatch", + "description": "An efficient library for asynchronous programming", "license": "Apache License 2.0", - "web": "https://github.com/status-im/nim-asyncdispatch2" + "web": "https://github.com/status-im/nim-chronos" + }, + { + "name": "asyncdispatch2", + "alias": "chronos" }, { "name": "serialization",