(lang dune 1.11)
(name vhd-format)
(version 0.12.0)
(library
 (name vhd-format)
 (kind normal)
 (archives (byte vhd_format.cma) (native vhd_format.cmxa))
 (plugins (byte vhd_format.cma) (native vhd_format.cmxs))
 (foreign_archives (native vhd_format.a))
 (requires cstruct cstruct io-page rresult uuidm)
 (main_module_name Vhd_format)
 (modes byte native)
 (modules
  (wrapped
   (main_module_name Vhd_format)
   (modules
    ((name Element)
     (obj_name vhd_format__Element)
     (visibility public)
     (impl)
     (intf))
    ((name F) (obj_name vhd_format__F) (visibility public) (impl) (intf))
    ((name Patterns)
     (obj_name vhd_format__Patterns)
     (visibility public)
     (impl)
     (intf))
    ((name S) (obj_name vhd_format__S) (visibility public) (impl)))
   (alias_module
    (name Vhd_format)
    (obj_name vhd_format)
    (visibility public)
    (kind alias)
    (impl))
   (wrapped true))))
