Revision d9bcb31921e68eba88e798a68fc366c88c688c36 authored by Roberto Di Cosmo on 23 January 2020, 15:24:02 UTC, committed by Roberto Di Cosmo on 23 January 2020, 15:24:02 UTC
1 parent 45a739c
Raw File
dune
(library
 (public_name parmap)
 (synopsis "Parallel map primitive for multicores")
 (wrapped false)
 (libraries bigarray unix)
 (c_names bytearray_stubs setcore_stubs))

(documentation
  (package parmap)
  (mld_files index)
)

(rule
 (targets parmap_compat.ml setcore_stubs.h)
 (deps
  (:discover ../config/discover.exe))
 (action
  (run %{discover})))
back to top