2021-01-11 13:14:57 +00:00
|
|
|
{ lib
|
2017-05-22 15:48:29 +01:00
|
|
|
, buildOcamlJane
|
|
|
|
, core
|
|
|
|
, core_extended
|
|
|
|
, textutils
|
|
|
|
}:
|
|
|
|
|
2019-08-13 22:52:01 +01:00
|
|
|
buildOcamlJane {
|
2017-05-22 15:48:29 +01:00
|
|
|
name = "core_bench";
|
|
|
|
hash = "1d1ainpakgsf5rg8dvar12ksgilqcc4465jr8gf7fz5mmn0mlifj";
|
|
|
|
propagatedBuildInputs =
|
|
|
|
[ core core_extended textutils ];
|
|
|
|
|
2021-01-11 07:54:33 +00:00
|
|
|
meta = with lib; {
|
2020-04-01 02:11:51 +01:00
|
|
|
homepage = "https://github.com/janestreet/core_bench";
|
2017-05-22 15:48:29 +01:00
|
|
|
description = "Micro-benchmarking library for OCaml";
|
|
|
|
license = licenses.asl20;
|
|
|
|
maintainers = [ maintainers.pmahoney ];
|
|
|
|
};
|
|
|
|
}
|