(lang dune 3.21)
(name cstruct-lwt)
(version 6.2.0)
(sections
 (lib /usr/lib64/ocaml/cstruct-lwt)
 (libexec /usr/lib64/ocaml/cstruct-lwt)
 (doc /usr/doc/cstruct-lwt))
(files
 (lib
  (META
   cstruct_lwt.a
   cstruct_lwt.cma
   cstruct_lwt.cmxa
   dune-package
   lwt_cstruct.cmi
   lwt_cstruct.cmt
   lwt_cstruct.cmti
   lwt_cstruct.cmx
   lwt_cstruct.ml
   lwt_cstruct.mli
   opam))
 (libexec (cstruct_lwt.cmxs))
 (doc (CHANGES.md LICENSE.md README.md)))
(library
 (name cstruct-lwt)
 (kind normal)
 (archives (byte cstruct_lwt.cma) (native cstruct_lwt.cmxa))
 (plugins (byte cstruct_lwt.cma) (native cstruct_lwt.cmxs))
 (native_archives cstruct_lwt.a)
 (requires cstruct lwt.unix)
 (modes byte native)
 (modules
  (singleton
   (obj_name lwt_cstruct)
   (visibility public)
   (source
    (path Lwt_cstruct)
    (intf (path lwt_cstruct.mli))
    (impl (path lwt_cstruct.ml))))))
