13 url = "https://github.com/ocaml-multicore/backoff/releases/download/${version}/backoff-${version}.tbz";
14 hash = "sha256-AL6jEbInsbwKVYedpNzjix/YRHtOTizxk6aVNzesnwM=";
19 checkInputs = [ alcotest ];
22 description = "Exponential backoff mechanism for OCaml";
23 homepage = "https://github.com/ocaml-multicore/backoff";
24 license = lib.licenses.isc;
25 maintainers = [ lib.maintainers.vbgl ];
28 minimalOCamlVersion = "4.12";