Revision 73a7e5b9424a49ffecf7e188efcdbc11983eaece authored by Olaf Hering on 11 October 2019, 11:09:36 UTC, committed by Olaf Hering on 11 October 2019, 19:28:39 UTC
Fixes #52

Signed-off-by: Olaf Hering <olaf@aepfle.de>
1 parent 803edbb
Raw File
META
name = "parmap"
version = "1.0-rc1"
description = "Parallel map primitive for multicores"
requires = "bigarray unix"
archive(byte) = "parmap.cma"
archive(native) = "parmap.cmxa"
linkopts(byte) = "-cclib -lparmap_stubs"
back to top