(lang dune 3.16)
(name parmap)
(sections
 (lib /var/tmp/portage/dev-ml/parmap-1.2.5/image/usr/lib64/ocaml/parmap)
 (libexec /var/tmp/portage/dev-ml/parmap-1.2.5/image/usr/lib64/ocaml/parmap)
 (doc /var/tmp/portage/dev-ml/parmap-1.2.5/image/usr/doc/parmap)
 (stublibs
  /var/tmp/portage/dev-ml/parmap-1.2.5/image/usr/lib64/ocaml/stublibs))
(files
 (lib
  (META
   bytearray.cmi
   bytearray.cmt
   bytearray.cmti
   bytearray.cmx
   bytearray.ml
   bytearray.mli
   dune-package
   libparmap_stubs.a
   opam
   parmap.a
   parmap.cma
   parmap.cmi
   parmap.cmt
   parmap.cmti
   parmap.cmx
   parmap.cmxa
   parmap.ml
   parmap.mli
   parmap_compat.cmi
   parmap_compat.cmt
   parmap_compat.cmx
   parmap_compat.ml
   parmap_utils.cmi
   parmap_utils.cmt
   parmap_utils.cmti
   parmap_utils.cmx
   parmap_utils.ml
   parmap_utils.mli
   setcore.cmi
   setcore.cmt
   setcore.cmx
   setcore.ml))
 (libexec (parmap.cmxs))
 (doc (CHANGES LICENSE README.md odoc-pages/index.mld))
 (stublibs (dllparmap_stubs.so)))
(library
 (name parmap)
 (kind normal)
 (synopsis "Parallel map primitive for multicores")
 (archives (byte parmap.cma) (native parmap.cmxa))
 (plugins (byte parmap.cma) (native parmap.cmxs))
 (foreign_objects bytearray_stubs.o setcore_stubs.o)
 (foreign_archives (archives (for all) (files libparmap_stubs.a)))
 (foreign_dll_files ../stublibs/dllparmap_stubs.so)
 (native_archives parmap.a)
 (requires bigarray unix)
 (modes byte native)
 (modules
  (unwrapped
   (module
    (obj_name bytearray)
    (visibility public)
    (source
     (path Bytearray)
     (intf (path bytearray.mli))
     (impl (path bytearray.ml))))
   (module
    (obj_name parmap)
    (visibility public)
    (source (path Parmap) (intf (path parmap.mli)) (impl (path parmap.ml))))
   (module
    (obj_name parmap_compat)
    (visibility public)
    (source (path Parmap_compat) (impl (path parmap_compat.ml))))
   (module
    (obj_name parmap_utils)
    (visibility public)
    (source
     (path Parmap_utils)
     (intf (path parmap_utils.mli))
     (impl (path parmap_utils.ml))))
   (module
    (obj_name setcore)
    (visibility public)
    (source (path Setcore) (impl (path setcore.ml)))))))
