ocamlPackages.pa_bench: remove at 113.00.00

This is a legacy package for OCaml ≤ 4.02
main
Vincent Laporte 3 years ago committed by Vincent Laporte
parent 1e0d08355a
commit f42e1dd9e4
  1. 25
      pkgs/development/ocaml-modules/pa_bench/default.nix
  2. 2
      pkgs/top-level/ocaml-packages.nix

@ -1,25 +0,0 @@
{ lib, buildOcaml, fetchFromGitHub, type_conv, pa_ounit }:
buildOcaml rec {
pname = "pa_bench";
version = "113.00.00";
minimumSupportedOcamlVersion = "4.00";
src = fetchFromGitHub {
owner = "janestreet";
repo = "pa_bench";
rev = version;
sha256 = "sha256-WaXB3lgNPHy/z6D7uHxfD5W4HYuTZ+ieRbxxHlPao7c=";
};
buildInputs = [ pa_ounit ];
propagatedBuildInputs = [ type_conv ];
meta = with lib; {
homepage = "https://github.com/janestreet/pa_bench";
description = "Syntax extension for inline benchmarks";
license = licenses.asl20;
maintainers = [ maintainers.ericbmerritt ];
};
}

@ -1128,8 +1128,6 @@ let
pa_ounit = callPackage ../development/ocaml-modules/pa_ounit { };
pa_bench = callPackage ../development/ocaml-modules/pa_bench { };
parany = callPackage ../development/ocaml-modules/parany { };
pipebang = callPackage ../development/ocaml-modules/pipebang { };

Loading…
Cancel
Save