about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/janestreet
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2017-02-26 11:55:52 +0000
committerVincent Laporte <Vincent.Laporte@gmail.com>2017-02-26 17:29:35 +0000
commit654dd0aa9614e352d438c4d27d586b4be8ab71d8 (patch)
treeee969555acb46f7444f8f57cd3bf1d1555ea30be /pkgs/development/ocaml-modules/janestreet
parentb4abe046d7cb33a58a5b85d1ad5d09de496f6f00 (diff)
downloadnixlib-654dd0aa9614e352d438c4d27d586b4be8ab71d8.tar
nixlib-654dd0aa9614e352d438c4d27d586b4be8ab71d8.tar.gz
nixlib-654dd0aa9614e352d438c4d27d586b4be8ab71d8.tar.bz2
nixlib-654dd0aa9614e352d438c4d27d586b4be8ab71d8.tar.lz
nixlib-654dd0aa9614e352d438c4d27d586b4be8ab71d8.tar.xz
nixlib-654dd0aa9614e352d438c4d27d586b4be8ab71d8.tar.zst
nixlib-654dd0aa9614e352d438c4d27d586b4be8ab71d8.zip
ocamlPackages.ppx_bench: init at 113.33.00+4.03
Diffstat (limited to 'pkgs/development/ocaml-modules/janestreet')
-rw-r--r--pkgs/development/ocaml-modules/janestreet/ppx_bench-113_33_00.nix21
1 files changed, 21 insertions, 0 deletions
diff --git a/pkgs/development/ocaml-modules/janestreet/ppx_bench-113_33_00.nix b/pkgs/development/ocaml-modules/janestreet/ppx_bench-113_33_00.nix
new file mode 100644
index 000000000000..3414324a5c81
--- /dev/null
+++ b/pkgs/development/ocaml-modules/janestreet/ppx_bench-113_33_00.nix
@@ -0,0 +1,21 @@
+{ stdenv, fetchurl, ocaml, findlib, ocamlbuild, opam, topkg
+, ppx_tools, ppx_inline_test
+}:
+
+stdenv.mkDerivation {
+  name = "ocaml${ocaml.version}-ppx_bench-113.33.00+4.03";
+  src = fetchurl {
+    url = http://ocaml.janestreet.com/ocaml-core/113.33/files/ppx_bench-113.33.00+4.03.tar.gz;
+    sha256 = "00iv0p3cni4r7iimwm04bjg2hzvlvdb0b1kynjw2xav64xc29q01";
+  };
+
+  buildInputs = [ ocaml findlib ocamlbuild opam ppx_tools ];
+  propagatedBuildInputs = [ ppx_inline_test ];
+
+  inherit (topkg) installPhase;
+
+  meta = {
+    license = stdenv.lib.licenses.asl20;
+    inherit (ocaml.meta) platforms;
+  };
+}