From 541a0043672cecc054c8d34220593aa4e6893c4e Mon Sep 17 00:00:00 2001 From: Zahary Karadjov Date: Sat, 15 Sep 2018 17:26:10 +0300 Subject: Add asyncdispatch2 and eth_common --- packages.json | 33 ++++++++++++++++++++++++++++++++- 1 file changed, 32 insertions(+), 1 deletion(-) (limited to 'packages.json') diff --git a/packages.json b/packages.json index 94da0d1..b670ab9 100644 --- a/packages.json +++ b/packages.json @@ -3630,7 +3630,7 @@ "tags": [ "event", "future", - "asyncdispath" + "asyncdispatch" ], "description": "Asynchronous event loop for progaming with MVC", "license": "MIT", @@ -5931,6 +5931,25 @@ "license": "Apache License 2.0", "web": "https://github.com/status-im/nim-json-rpc" }, + { + "name": "asyncdispatch2", + "url": "https://github.com/status-im/nim-asyncdispatch2", + "method": "git", + "tags": [ + "library", + "networking", + "async", + "asynchronous", + "eventloop", + "timers", + "sendfile", + "tcp", + "udp" + ], + "description": "Experimental fork of Nim's asyncdispatch", + "license": "Apache License 2.0", + "web": "https://github.com/status-im/nim-asyncdispatch2" + }, { "name": "rlp", "url": "https://github.com/status-im/nim-rlp", @@ -5957,6 +5976,18 @@ "license": "Apache License 2.0", "web": "https://github.com/status-im/nim-eth-keys" }, + { + "name": "eth_common", + "url": "https://github.com/status-im/nim-eth-common", + "method": "git", + "tags": [ + "library", + "ethereum" + ], + "description": "Definitions of various data structures used in the Ethereum eco-system", + "license": "Apache License 2.0", + "web": "https://github.com/status-im/nim-eth-common" + }, { "name": "ethash", "url": "https://github.com/status-im/nim-ethash", -- cgit v1.2.3