(lang dune 3.20)
(name domain_shims)
(sections
 (lib /usr/lib64/ocaml/domain_shims)
 (libexec /usr/lib64/ocaml/domain_shims)
 (doc /usr/doc/domain_shims))
(files
 (lib (META domain_shims.cma domain_shims.cmxa dune-package opam))
 (libexec (domain_shims.cmxs))
 (doc (CHANGES.md LICENSE README.md)))
(library
 (name domain_shims)
 (kind normal)
 (archives (byte domain_shims.cma) (native domain_shims.cmxa))
 (plugins (byte domain_shims.cma) (native domain_shims.cmxs))
 (requires threads)
 (modes byte native)
 (modules (unwrapped)))
