(lang dune 1.11)
(name uuid)
(library
 (name uuid)
 (kind normal)
 (archives (byte uuid.cma) (native uuid.cmxa))
 (plugins (byte uuid.cma) (native uuid.cmxs))
 (foreign_archives (native uuid.a))
 (requires unix)
 (main_module_name Uuid)
 (modes byte native)
 (modules
  (singleton (name Uuid) (obj_name uuid) (visibility public) (impl) (intf))))
