(lang dune 3.16)
(name iostream)
(version 2fd7de8)
(sections
 (lib /var/tmp/portage/dev-ml/iostream-0.3/image/usr/lib64/ocaml/iostream)
 (libexec /var/tmp/portage/dev-ml/iostream-0.3/image/usr/lib64/ocaml/iostream)
 (doc /var/tmp/portage/dev-ml/iostream-0.3/image/usr/doc/iostream))
(files
 (lib
  (.private/iostream__Common_.cmi
   .private/iostream__Common_.cmt
   META
   common_.ml
   dune-package
   in.ml
   in.mli
   in_buf.ml
   in_buf.mli
   iostream.a
   iostream.cma
   iostream.cmi
   iostream.cmt
   iostream.cmx
   iostream.cmxa
   iostream.ml
   iostream__.cmi
   iostream__.cmt
   iostream__.cmx
   iostream__.ml
   iostream__Common_.cmx
   iostream__In.cmi
   iostream__In.cmt
   iostream__In.cmti
   iostream__In.cmx
   iostream__In_buf.cmi
   iostream__In_buf.cmt
   iostream__In_buf.cmti
   iostream__In_buf.cmx
   iostream__Out.cmi
   iostream__Out.cmt
   iostream__Out.cmti
   iostream__Out.cmx
   iostream__Out_buf.cmi
   iostream__Out_buf.cmt
   iostream__Out_buf.cmti
   iostream__Out_buf.cmx
   iostream__Seekable.cmi
   iostream__Seekable.cmt
   iostream__Seekable.cmti
   iostream__Seekable.cmx
   iostream__Slice.cmi
   iostream__Slice.cmt
   iostream__Slice.cmx
   opam
   out.ml
   out.mli
   out_buf.ml
   out_buf.mli
   seekable.ml
   seekable.mli
   slice.ml
   types/iostream_types.a
   types/iostream_types.cma
   types/iostream_types.cmi
   types/iostream_types.cmt
   types/iostream_types.cmx
   types/iostream_types.cmxa
   types/iostream_types.ml
   unix/iostream_unix.a
   unix/iostream_unix.cma
   unix/iostream_unix.cmi
   unix/iostream_unix.cmt
   unix/iostream_unix.cmx
   unix/iostream_unix.cmxa
   unix/iostream_unix.ml))
 (libexec (iostream.cmxs types/iostream_types.cmxs unix/iostream_unix.cmxs))
 (doc (CHANGES.md README.md)))
(library
 (name iostream)
 (kind normal)
 (archives (byte iostream.cma) (native iostream.cmxa))
 (plugins (byte iostream.cma) (native iostream.cmxs))
 (native_archives iostream.a)
 (requires iostream.types)
 (main_module_name Iostream)
 (modes byte native)
 (obj_dir (private_dir .private))
 (modules
  (wrapped
   (group
    (alias
     (obj_name iostream__)
     (visibility public)
     (kind alias)
     (source (path Iostream__) (impl (path iostream__.ml-gen))))
    (name Iostream)
    (modules
     (module
      (obj_name iostream__Common_)
      (visibility private)
      (source (path Common_) (impl (path common_.ml))))
     (module
      (obj_name iostream__In)
      (visibility public)
      (source (path In) (intf (path in.mli)) (impl (path in.ml))))
     (module
      (obj_name iostream__In_buf)
      (visibility public)
      (source (path In_buf) (intf (path in_buf.mli)) (impl (path in_buf.ml))))
     (module
      (obj_name iostream)
      (visibility public)
      (source (path Iostream) (impl (path iostream.ml))))
     (module
      (obj_name iostream__Out)
      (visibility public)
      (source (path Out) (intf (path out.mli)) (impl (path out.ml))))
     (module
      (obj_name iostream__Out_buf)
      (visibility public)
      (source
       (path Out_buf)
       (intf (path out_buf.mli))
       (impl (path out_buf.ml))))
     (module
      (obj_name iostream__Seekable)
      (visibility public)
      (source
       (path Seekable)
       (intf (path seekable.mli))
       (impl (path seekable.ml))))
     (module
      (obj_name iostream__Slice)
      (visibility public)
      (source (path Slice) (impl (path slice.ml))))))
   (wrapped true))))
(library
 (name iostream.types)
 (kind normal)
 (synopsis "Type definitions for iostreams")
 (archives (byte types/iostream_types.cma) (native types/iostream_types.cmxa))
 (plugins (byte types/iostream_types.cma) (native types/iostream_types.cmxs))
 (native_archives types/iostream_types.a)
 (main_module_name Iostream_types)
 (modes byte native)
 (modules
  (singleton
   (obj_name iostream_types)
   (visibility public)
   (source (path Iostream_types) (impl (path types/iostream_types.ml))))))
(library
 (name iostream.unix)
 (kind normal)
 (synopsis "Build iostreams from Unix types")
 (archives (byte unix/iostream_unix.cma) (native unix/iostream_unix.cmxa))
 (plugins (byte unix/iostream_unix.cma) (native unix/iostream_unix.cmxs))
 (native_archives unix/iostream_unix.a)
 (requires unix iostream)
 (main_module_name Iostream_unix)
 (modes byte native)
 (modules
  (singleton
   (obj_name iostream_unix)
   (visibility public)
   (source (path Iostream_unix) (impl (path unix/iostream_unix.ml))))))
