1 { lib, fetchFromGitHub, buildDunePackage, dune-configurator }:
7 src = fetchFromGitHub {
11 hash = "sha256-tBu7TGtDOe5FbxLZuz6nl+65aN9FHIngq/O4dJWzr3Q=";
14 minimalOCamlVersion = "4.03";
20 doCheck = false; # prevent running slow benchmarks
23 description = "Library for multicore parallel programming";
24 downloadPage = "https://github.com/rdicosmo/parmap";
25 homepage = "https://rdicosmo.github.io/parmap";
26 license = licenses.lgpl2;
27 maintainers = with maintainers; [ bcdarwin ];