(lang dune 3.4)
(name uucd)
(version 14.0.0)
(sections
 (lib /usr/lib64/ocaml/uucd)
 (libexec /usr/lib64/ocaml/uucd)
 (doc /usr/doc/uucd))
(files
 (lib
  (META
   dune-package
   opam
   uucd.a
   uucd.cma
   uucd.cmi
   uucd.cmt
   uucd.cmti
   uucd.cmx
   uucd.cmxa
   uucd.ml
   uucd.mli))
 (libexec (uucd.cmxs))
 (doc (CHANGES.md LICENSE.md README.md)))
(library
 (name uucd)
 (kind normal)
 (archives (byte uucd.cma) (native uucd.cmxa))
 (plugins (byte uucd.cma) (native uucd.cmxs))
 (native_archives uucd.a)
 (requires xmlm)
 (modes byte native)
 (modules
  (singleton (name Uucd) (obj_name uucd) (visibility public) (impl) (intf))))
