(lang dune 2.5)
(name pciutil)
(library
 (name pciutil)
 (kind normal)
 (archives (byte pciutil.cma) (native pciutil.cmxa))
 (plugins (byte pciutil.cma) (native pciutil.cmxs))
 (native_archives 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))))
