lol

ocamlPackages.core_bench: init at 113.33.03

+23
+20
pkgs/development/ocaml-modules/janestreet/core_bench.nix
··· 1 + { stdenv 2 + , buildOcamlJane 3 + , core 4 + , core_extended 5 + , textutils 6 + }: 7 + 8 + buildOcamlJane rec { 9 + name = "core_bench"; 10 + hash = "1d1ainpakgsf5rg8dvar12ksgilqcc4465jr8gf7fz5mmn0mlifj"; 11 + propagatedBuildInputs = 12 + [ core core_extended textutils ]; 13 + 14 + meta = with stdenv.lib; { 15 + homepage = https://github.com/janestreet/core_bench; 16 + description = "Micro-benchmarking library for OCaml"; 17 + license = licenses.asl20; 18 + maintainers = [ maintainers.pmahoney ]; 19 + }; 20 + }
+3
pkgs/top-level/ocaml-packages.nix
··· 728 728 then callPackage ../development/ocaml-modules/janestreet/bin_prot.nix {} 729 729 else bin_prot_p4; 730 730 731 + core_bench = 732 + callPackage ../development/ocaml-modules/janestreet/core_bench.nix {}; 733 + 731 734 core_kernel = 732 735 if lib.versionOlder "4.03" ocaml.version 733 736 then callPackage ../development/ocaml-modules/janestreet/core_kernel-113_33_01.nix {}