(lang dune 2.9)
(name stunnel)
(version 22.32.0)
(library
 (name stunnel)
 (kind normal)
 (archives (byte stunnel.cma) (native stunnel.cmxa))
 (plugins (byte stunnel.cma) (native stunnel.cmxs))
 (native_archives stunnel.a)
 (requires
  astring
  forkexec
  safe-resources
  threads.posix
  uuid
  xapi-consts
  xapi-inventory
  xapi-log
  xapi-stdext-pervasives
  xapi-stdext-threads
  xapi-stdext-unix)
 (modes byte native)
 (modules
  (unwrapped
   ((name Stunnel) (obj_name stunnel) (visibility public) (impl) (intf))
   ((name Stunnel_cache)
    (obj_name stunnel_cache)
    (visibility public)
    (impl)
    (intf))
   ((name Stunnel_client)
    (obj_name stunnel_client)
    (visibility public)
    (impl)
    (intf)))))
