(lang dune 3.14)
(name mirage-profile)
(version 0.9.1)
(sections
 (lib /usr/lib/ocaml/mirage-profile)
 (libexec /usr/lib/ocaml/mirage-profile)
 (doc /.omit/mirage-profile))
(files
 (lib
  (META
   dune-package
   mProf.cmi
   mProf.cmt
   mProf.cmti
   mProf.cmx
   mProf.ml
   mProf.mli
   mProf_counter.cmi
   mProf_counter.cmt
   mProf_counter.cmx
   mProf_counter.ml
   mProf_trace.cmi
   mProf_trace.cmt
   mProf_trace.cmx
   mProf_trace.ml
   mirage_profile.a
   mirage_profile.cma
   mirage_profile.cmxa
   opam))
 (libexec (mirage_profile.cmxs))
 (doc (CHANGES.md LICENSE.md README.md)))
(library
 (name mirage-profile)
 (kind normal)
 (archives (byte mirage_profile.cma) (native mirage_profile.cmxa))
 (plugins (byte mirage_profile.cma) (native mirage_profile.cmxs))
 (native_archives mirage_profile.a)
 (requires cstruct lwt ocplib-endian ocplib-endian.bigstring stdlib-shims)
 (modes byte native)
 (modules
  (unwrapped
   (module
    (obj_name mProf)
    (visibility public)
    (source (path MProf) (intf (path mProf.mli)) (impl (path mProf.ml))))
   (module
    (obj_name mProf_counter)
    (visibility public)
    (source (path MProf_counter) (impl (path mProf_counter.ml))))
   (module
    (obj_name mProf_trace)
    (visibility public)
    (source (path MProf_trace) (impl (path mProf_trace.ml)))))))
