(lang dune 3.20)
(name lwt_retry)
(sections
 (lib /usr/lib/ocaml/lwt_retry)
 (libexec /usr/lib/ocaml/lwt_retry)
 (doc /usr/share/doc/ocaml/lwt_retry))
(files
 (lib
  (META
   dune-package
   lwt_retry.a
   lwt_retry.cma
   lwt_retry.cmi
   lwt_retry.cmt
   lwt_retry.cmti
   lwt_retry.cmx
   lwt_retry.cmxa
   lwt_retry.ml
   lwt_retry.mli
   opam))
 (libexec (lwt_retry.cmxs))
 (doc (CHANGES LICENSE.md README.md)))
(library
 (name lwt_retry)
 (kind normal)
 (synopsis "A utility for retrying Lwt computations")
 (archives (byte lwt_retry.cma) (native lwt_retry.cmxa))
 (plugins (byte lwt_retry.cma) (native lwt_retry.cmxs))
 (native_archives lwt_retry.a)
 (requires lwt lwt.unix)
 (modes byte native)
 (modules
  (singleton
   (obj_name lwt_retry)
   (visibility public)
   (source
    (path Lwt_retry)
    (intf (path lwt_retry.mli))
    (impl (path lwt_retry.ml))))))
