this repo has no description
1# This file is generated by dune, edit dune-project instead 2opam-version: "2.0" 3synopsis: "Utilities for retrying Lwt computations" 4maintainer: [ 5 "Raphaël Proust <code@bnwr.net>" "Shon Feder <shon.feder@gmail.com>" 6] 7authors: ["Shon Feder"] 8license: "MIT" 9homepage: "https://github.com/ocsigen/lwt" 10doc: "https://ocsigen.org/lwt" 11bug-reports: "https://github.com/ocsigen/lwt/issues" 12depends: [ 13 "dune" {>= "2.7"} 14 "ocaml" {>= "4.08"} 15 "lwt" {>= "5.3.0"} 16] 17build: [ 18 ["dune" "subst"] {dev} 19 [ 20 "dune" 21 "build" 22 "-p" 23 name 24 "-j" 25 jobs 26 "@install" 27 "@runtest" {with-test} 28 "@doc" {with-doc} 29 ] 30] 31dev-repo: "git+https://github.com/ocsigen/lwt.git" 32url { 33 src: "https://github.com/ocsigen/lwt/archive/refs/tags/5.9.0.tar.gz" 34 checksum: [ 35 "md5=763b9201c891f8c20ee02dec0af23355" 36 "sha512=35574743df40170a8d1676254952c060090421a40d5f8ad37a6691f4f8bb0e28fca61f5efff1050edc4f8a3ffa2f06a1e23d0c084c89bfc105c1235e249bbc75" 37 ] 38}