(lang dune 1.11)
(name mirage-profile)
(version 0.9.1)
(library
 (name mirage-profile)
 (kind normal)
 (archives (byte mirage_profile.cma) (native mirage_profile.cmxa))
 (plugins (byte mirage_profile.cma) (native mirage_profile.cmxs))
 (foreign_archives (native mirage_profile.a))
 (requires cstruct cstruct lwt ocplib-endian ocplib-endian.bigstring)
 (modes byte native)
 (modules
  (unwrapped
   ((name MProf) (obj_name mProf) (visibility public) (impl) (intf))
   ((name MProf_counter) (obj_name mProf_counter) (visibility public) (impl))
   ((name MProf_trace) (obj_name mProf_trace) (visibility public) (impl)))))
