summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/janestreet/ppx_core-113_33_01.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/ocaml-modules/janestreet/ppx_core-113_33_01.nix')
-rw-r--r--pkgs/development/ocaml-modules/janestreet/ppx_core-113_33_01.nix20
1 files changed, 20 insertions, 0 deletions
diff --git a/pkgs/development/ocaml-modules/janestreet/ppx_core-113_33_01.nix b/pkgs/development/ocaml-modules/janestreet/ppx_core-113_33_01.nix
new file mode 100644
index 00000000000..71bc62937d4
--- /dev/null
+++ b/pkgs/development/ocaml-modules/janestreet/ppx_core-113_33_01.nix
@@ -0,0 +1,20 @@
+{ stdenv, fetchurl, ocaml, findlib, ocamlbuild, opam, topkg
+, ppx_tools
+}:
+
+stdenv.mkDerivation {
+  name = "ocaml${ocaml.version}-ppx_core-133.33.01+4.03";
+  src = fetchurl {
+    url = http://ocaml.janestreet.com/ocaml-core/113.33/files/ppx_core-113.33.01+4.03.tar.gz;
+    sha256 = "0ibww4lx87lmn164mxczl3sa7ldwc7g1zi4m9c4vllsv004iyffl";
+  };
+
+  buildInputs = [ ocaml findlib ocamlbuild opam ppx_tools ];
+
+  inherit (topkg) installPhase;
+
+  meta = {
+    license = stdenv.lib.licenses.asl20;
+    inherit (ocaml.meta) platforms;
+  };
+}