(lang dune 1.11)
(name xapi-tapctl)
(library
 (name xapi-tapctl)
 (kind normal)
 (archives (byte tapctl.cma) (native tapctl.cmxa))
 (plugins (byte tapctl.cma) (native tapctl.cmxs))
 (foreign_archives (native tapctl.a))
 (requires
  rpclib
  re
  rpclib
  threads
  forkexec
  xapi-stdext-unix
  xapi-stdext-std
  xapi-stdext-threads
  xapi-stdext-monadic)
 (modes byte native)
 (modules
  (singleton
   (name Tapctl)
   (obj_name tapctl)
   (visibility public)
   (impl)
   (intf))))
