diff options
| author | Zahary Karadjov <zahary@gmail.com> | 2019-02-06 17:24:40 +0100 |
|---|---|---|
| committer | zah <zahary@gmail.com> | 2019-02-06 17:53:59 +0100 |
| commit | d6845504615dec908296c88cdb1e86b4ea6b5bc3 (patch) | |
| tree | c19b4ab741b8f16677bacaf7c25dc3f401506480 | |
| parent | 34c3dcfd921b7d9c4751da8285281eac3613f3b6 (diff) | |
| download | packages-d6845504615dec908296c88cdb1e86b4ea6b5bc3.tar.gz packages-d6845504615dec908296c88cdb1e86b4ea6b5bc3.zip | |
Add Chronos
| -rw-r--r-- | packages.json | 12 |
1 files 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", |
