1 { lib, buildDunePackage, fetchurl
2 , domain-local-await, mtime, multicore-magic, yojson
6 pname = "multicore-bench";
10 url = "https://github.com/ocaml-multicore/multicore-bench/releases/download/${version}/multicore-bench-${version}.tbz";
11 hash = "sha256-iCx5QvhYo/e53cW23Sza2as4aez4HeESVvLPF1DW85A=";
14 propagatedBuildInputs = [ domain-local-await mtime multicore-magic yojson ];
17 description = "Framework for writing multicore benchmark executables to run on current-bench";
18 homepage = "https://github.com/ocaml-multicore/multicore-bench";
19 license = lib.licenses.isc;
20 maintainers = [ lib.maintainers.vbgl ];