(lang dune 3.20)
(name lwt_direct)
(version 6.0.0)
(sections
 (lib /usr/lib/ocaml/lwt_direct)
 (libexec /usr/lib/ocaml/lwt_direct)
 (doc /usr/share/doc/ocaml/lwt_direct))
(files
 (lib
  (META
   dune-package
   lwt_direct.a
   lwt_direct.cma
   lwt_direct.cmi
   lwt_direct.cmt
   lwt_direct.cmti
   lwt_direct.cmx
   lwt_direct.cmxa
   lwt_direct.ml
   lwt_direct.mli
   opam))
 (libexec (lwt_direct.cmxs))
 (doc (CHANGES LICENSE.md README.md)))
(library
 (name lwt_direct)
 (kind normal)
 (synopsis "Direct-style control-flow and `await` for Lwt")
 (archives (byte lwt_direct.cma) (native lwt_direct.cmxa))
 (plugins (byte lwt_direct.cma) (native lwt_direct.cmxs))
 (native_archives lwt_direct.a)
 (requires lwt lwt.unix)
 (main_module_name Lwt_direct)
 (modes byte native)
 (modules
  (singleton
   (obj_name lwt_direct)
   (visibility public)
   (source
    (path Lwt_direct)
    (intf (path lwt_direct.mli))
    (impl (path lwt_direct.ml))))))
