(lang dune 2.9)
(name uuid)
(version 22.31.0)
(library
 (name uuid)
 (kind normal)
 (archives (byte uuid.cma) (native uuid.cmxa))
 (plugins (byte uuid.cma) (native uuid.cmxs))
 (native_archives uuid.a)
 (requires unix uuidm)
 (modes byte native)
 (modules
  (singleton (name Uuidx) (obj_name uuidx) (visibility public) (impl) (intf))))
