this repo has no description
1opam-version: "2.0" 2synopsis: "Exponential backoff mechanism for OCaml" 3maintainer: ["Carine Morel <carine@tarides.com>"] 4authors: ["KC Sivaramakrishnan <kc@tarides.com>"] 5license: "ISC" 6homepage: "https://github.com/ocaml-multicore/backoff" 7bug-reports: "https://github.com/ocaml-multicore/backoff/issues" 8depends: [ 9 "dune" {>= "3.3"} 10 "ocaml" {>= "4.13"} 11 "alcotest" {>= "1.7.0" & with-test} 12 "domain_shims" {>= "0.1.0" & with-test} 13 "odoc" {with-doc} 14] 15build: [ 16 ["dune" "subst"] {dev} 17 [ 18 "dune" 19 "build" 20 "-p" 21 name 22 "-j" 23 jobs 24 "@install" 25 "@runtest" {with-test} 26 "@doc" {with-doc} 27 ] 28] 29dev-repo: "git+https://github.com/ocaml-multicore/backoff.git" 30url { 31 src: 32 "https://github.com/ocaml-multicore/backoff/releases/download/0.1.0/backoff-0.1.0.tbz" 33 checksum: [ 34 "sha256=11a4ac78229e90d134de068d8aa879635d6bf1317d5ee951f4065ba0f58c2300" 35 "sha512=a506acb27b91810ece757f79c203a8d25bb7cd8ba0d7f61bc2cd85eb27916b6f1c87d02343f8974672f40c823b61544c7f42f8dad9351d73a20b8ef2ca145b72" 36 ] 37} 38x-commit-hash: "2ffac8ca51a822234b1e47af0430443b9c86cb13"