(lang dune 1.11)
(name xapi-stdext-date)
(library
 (name xapi-stdext-date)
 (kind normal)
 (archives (byte xapi_stdext_date.cma) (native xapi_stdext_date.cmxa))
 (plugins (byte xapi_stdext_date.cma) (native xapi_stdext_date.cmxs))
 (foreign_archives (native xapi_stdext_date.a))
 (requires unix)
 (main_module_name Xapi_stdext_date)
 (modes byte native)
 (modules
  (wrapped
   (main_module_name Xapi_stdext_date)
   (modules
    ((name Date)
     (obj_name xapi_stdext_date__Date)
     (visibility public)
     (impl)
     (intf)))
   (alias_module
    (name Xapi_stdext_date)
    (obj_name xapi_stdext_date)
    (visibility public)
    (kind alias)
    (impl))
   (wrapped true))))
