(lang dune 1.11)
(name uutf)
(version 1.0.3)
(library
 (name uutf)
 (kind normal)
 (archives (byte uutf.cma) (native uutf.cmxa))
 (plugins (byte uutf.cma) (native uutf.cmxs))
 (foreign_archives (native uutf.a))
 (modes byte native)
 (modules
  (singleton (name Uutf) (obj_name uutf) (visibility public) (impl) (intf))))
