From 616aa2bddaa73b168205104cf63ae0fc27613201 Mon Sep 17 00:00:00 2001 From: Thomas Strobel Date: Wed, 2 Sep 2015 09:14:59 +0200 Subject: ocaml modules: fix some CamelCase and under_scores --- .../development/ocaml-modules/pa_bench/default.nix | 23 ---------------------- 1 file changed, 23 deletions(-) delete mode 100644 pkgs/development/ocaml-modules/pa_bench/default.nix (limited to 'pkgs/development/ocaml-modules/pa_bench') diff --git a/pkgs/development/ocaml-modules/pa_bench/default.nix b/pkgs/development/ocaml-modules/pa_bench/default.nix deleted file mode 100644 index d8ce0dbc7ea..00000000000 --- a/pkgs/development/ocaml-modules/pa_bench/default.nix +++ /dev/null @@ -1,23 +0,0 @@ -{stdenv, buildOcaml, fetchurl, type_conv, pa_ounit}: - -buildOcaml rec { - name = "pa_bench"; - version = "112.06.00"; - - minimumSupportedOcamlVersion = "4.00"; - - src = fetchurl { - url = "https://github.com/janestreet/pa_bench/archive/${version}.tar.gz"; - sha256 = "e3401e37f1d3d4acb957fd46a192d0ffcefeb0bedee63bbeb26969af1d540870"; - }; - - buildInputs = [ pa_ounit ]; - propagatedBuildInputs = [ type_conv ]; - - meta = with stdenv.lib; { - homepage = https://github.com/janestreet/pa_bench; - description = "Syntax extension for inline benchmarks"; - license = stdenv.lib.licenses.asl20; - maintainers = [ maintainers.ericbmerritt ]; - }; -} -- cgit 1.4.1