(lang dune 1.11)
(name xapi-inventory)
(library
 (name xapi-inventory)
 (kind normal)
 (archives (byte inventory.cma) (native inventory.cmxa))
 (plugins (byte inventory.cma) (native inventory.cmxs))
 (foreign_archives (native inventory.a))
 (requires uuidm astring xapi-stdext-unix xapi-stdext-threads threads)
 (modes byte native)
 (modules
  (unwrapped
   ((name Inventory) (obj_name inventory) (visibility public) (impl))
   ((name Xcp_inventory_config)
    (obj_name xcp_inventory_config)
    (visibility public)
    (impl)))))
