1 { lib, buildDunePackage, fetchFromGitHub, ocamlnet, cpu }:
9 src = fetchFromGitHub {
13 sha256 = "19yz1yqyqx6gawy93jlh3x6vji2p9qsy6nsbj65q5pii8p1fjlsm";
16 propagatedBuildInputs = [ ocamlnet cpu ];
19 inherit (src.meta) homepage;
20 description = "Generalized map/reduce for multicore computing";
21 maintainers = [ maintainers.bcdarwin ];
22 license = licenses.lgpl2;