Exponential backoff retry logic
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update lock file

+2 -2
+2 -2
retry.opam
··· 7 7 maintainer: ["Thomas Gazagnaire <thomas@gazagnaire.org>"] 8 8 authors: ["Thomas Gazagnaire <thomas@gazagnaire.org>"] 9 9 license: "MIT" 10 - homepage: "https://github.com/samoht/ocaml-retry" 11 - bug-reports: "https://github.com/samoht/ocaml-retry/issues" 10 + homepage: "https://tangled.org/gazagnaire.org/ocaml-retry" 11 + bug-reports: "https://tangled.org/gazagnaire.org/ocaml-retry/issues" 12 12 depends: [ 13 13 "dune" {>= "3.0"} 14 14 "ocaml" {>= "5.1"}