(lang dune 3.14)
(name mirage-profile-unix)
(version 0.9.1)
(sections
 (lib /usr/lib/ocaml/mirage-profile-unix)
 (libexec /usr/lib/ocaml/mirage-profile-unix)
 (doc /.omit/mirage-profile-unix))
(files
 (lib
  (META
   dune-package
   mProf_unix.cmi
   mProf_unix.cmt
   mProf_unix.cmti
   mProf_unix.cmx
   mProf_unix.ml
   mProf_unix.mli
   mirage_profile_unix.a
   mirage_profile_unix.cma
   mirage_profile_unix.cmxa
   opam))
 (libexec (mirage_profile_unix.cmxs))
 (doc (CHANGES.md LICENSE.md README.md)))
(library
 (name mirage-profile-unix)
 (kind normal)
 (archives (byte mirage_profile_unix.cma) (native mirage_profile_unix.cmxa))
 (plugins (byte mirage_profile_unix.cma) (native mirage_profile_unix.cmxs))
 (native_archives mirage_profile_unix.a)
 (requires cstruct mtime.clock.os ocplib-endian ocplib-endian.bigstring)
 (modes byte native)
 (modules
  (singleton
   (obj_name mProf_unix)
   (visibility public)
   (source
    (path MProf_unix)
    (intf (path mProf_unix.mli))
    (impl (path mProf_unix.ml))))))
