(lang dune 1.11)
(name mirage-device)
(version 1.2.0)
(library
 (name mirage-device)
 (kind normal)
 (archives (byte mirage_device.cma) (native mirage_device.cmxa))
 (plugins (byte mirage_device.cma) (native mirage_device.cmxs))
 (foreign_archives (native mirage_device.a))
 (requires fmt)
 (main_module_name Mirage_device)
 (modes byte native)
 (modules
  (singleton
   (name Mirage_device)
   (obj_name mirage_device)
   (visibility public)
   (impl)
   (intf))))
