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.12"} 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.1/backoff-0.1.1.tbz" 33 checksum: [ 34 "sha256=00bea311b227b1bc0a55879da4dce38b1fd8447b4e4e2cf193a6953737ac9f03" 35 "sha512=c9c06632c49598831b600eba63a2070fc406c7554a0c8f60807d243b7cd3d996a8bfc9c4d90428c5b1765a2b61ddc26403dc9cdb2b8a6686249f1fdafcec81cb" 36 ] 37} 38x-commit-hash: "dc7ebbbeb38107891f005004cbb8de28dc880fc1"