(lang dune 3.21)
(name domain_shims)
(version 0.1.0)
(sections
 (lib /usr/lib64/ocaml/domain_shims)
 (libexec /usr/lib64/ocaml/domain_shims)
 (doc /usr/doc/domain_shims))
(files
 (lib
  (META
   domain.cmi
   domain.cmt
   domain.cmti
   domain.cmx
   domain.ml
   domain.mli
   domain_shims.a
   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))
 (native_archives domain_shims.a)
 (requires threads)
 (modes byte native)
 (modules
  (singleton
   (obj_name domain)
   (visibility public)
   (source (path Domain) (intf (path domain.mli)) (impl (path domain.ml))))))
