(lang dune 1.11)
(name pciutil)
(library
 (name pciutil)
 (kind normal)
 (archives (byte pciutil.cma) (native pciutil.cmxa))
 (plugins (byte pciutil.cma) (native pciutil.cmxs))
 (foreign_archives (native pciutil.a))
 (requires threads xapi-stdext-unix)
 (main_module_name Pciutil)
 (modes byte native)
 (modules
  (singleton
   (name Pciutil)
   (obj_name pciutil)
   (visibility public)
   (impl)
   (intf))))
