(lang dune 2.9)
(name xapi-log)
(version 22.32.0)
(library
 (name xapi-log)
 (kind normal)
 (archives (byte log.cma) (native log.cmxa))
 (plugins (byte log.cma) (native log.cmxs))
 (foreign_objects syslog_stubs.o)
 (foreign_archives liblog_stubs.a)
 (native_archives log.a)
 (requires astring logs threads.posix xapi-backtrace xapi-stdext-pervasives)
 (modes byte native)
 (modules
  (unwrapped
   ((name Debug) (obj_name debug) (visibility public) (impl) (intf))
   ((name Syslog) (obj_name syslog) (visibility public) (impl) (intf)))))
