diff options
| author | Zahary Karadjov <zahary@gmail.com> | 2018-09-15 17:26:10 +0300 |
|---|---|---|
| committer | zah <zahary@gmail.com> | 2018-09-15 18:11:48 +0300 |
| commit | 541a0043672cecc054c8d34220593aa4e6893c4e (patch) | |
| tree | 58e70a747491e70fa50d56222d4fd6b84b5bc2bc | |
| parent | 9ef06d59844068ca50f6808fce812f5e12be6b32 (diff) | |
| download | packages-541a0043672cecc054c8d34220593aa4e6893c4e.tar.gz packages-541a0043672cecc054c8d34220593aa4e6893c4e.zip | |
Add asyncdispatch2 and eth_common
| -rw-r--r-- | packages.json | 33 |
1 files changed, 32 insertions, 1 deletions
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", @@ -5932,6 +5932,25 @@ "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", "method": "git", @@ -5958,6 +5977,18 @@ "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", "method": "git", |
