12 src = fetchFromGitHub {
16 hash = "sha256-tBu7TGtDOe5FbxLZuz6nl+65aN9FHIngq/O4dJWzr3Q=";
19 minimalOCamlVersion = "4.03";
25 doCheck = false; # prevent running slow benchmarks
28 description = "Library for multicore parallel programming";
29 downloadPage = "https://github.com/rdicosmo/parmap";
30 homepage = "https://rdicosmo.github.io/parmap";
31 license = licenses.lgpl2;
32 maintainers = with maintainers; [ bcdarwin ];