diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2018-11-18 21:27:09 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-11-18 21:27:09 +0000 |
| commit | 2d73366de96223f468ab08a132abad72a9021614 (patch) | |
| tree | 5085bd505b4e8f2b05637336a1127a71867a6818 | |
| parent | e16ebf7bb8450fbf173e7afc1e3604b182157732 (diff) | |
| parent | 7115565530f4ae2a1ab3ee754618e50335d8cdbf (diff) | |
| download | packages-2d73366de96223f468ab08a132abad72a9021614.tar.gz packages-2d73366de96223f468ab08a132abad72a9021614.zip | |
Merge pull request #932 from CORDEA/feature/add-backoff
Add backoff
| -rw-r--r-- | packages.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/packages.json b/packages.json index ae32400..511b1f0 100644 --- a/packages.json +++ b/packages.json @@ -11502,5 +11502,17 @@ "description": "most quick REPL of nim", "license": "MIT", "web": "https://github.com/gmshiba/replim" + }, + { + "name": "backoff", + "url": "https://github.com/CORDEA/backoff", + "method": "git", + "tags": [ + "exponential-backoff", + "backoff" + ], + "description": "Implementation of exponential backoff for nim", + "license": "Apache License 2.0", + "web": "https://github.com/CORDEA/backoff" } ] |
