From 1f1a950cb072c7f01f6bcc4fb47cf81f1552747c Mon Sep 17 00:00:00 2001 From: Vincent Laporte Date: Sun, 26 Feb 2017 16:43:23 +0000 Subject: ocamlPackages.ppx_jane: init at 113.33.00 --- .../janestreet/ppx_jane-113_33_00.nix | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 pkgs/development/ocaml-modules/janestreet/ppx_jane-113_33_00.nix (limited to 'pkgs/development/ocaml-modules/janestreet') diff --git a/pkgs/development/ocaml-modules/janestreet/ppx_jane-113_33_00.nix b/pkgs/development/ocaml-modules/janestreet/ppx_jane-113_33_00.nix new file mode 100644 index 000000000000..0a5b19051fc2 --- /dev/null +++ b/pkgs/development/ocaml-modules/janestreet/ppx_jane-113_33_00.nix @@ -0,0 +1,24 @@ +{ stdenv, fetchurl, ocaml, findlib, ocamlbuild, opam, topkg +, ppx_assert, ppx_bench, ppx_bin_prot, ppx_custom_printf, ppx_enumerate, ppx_expect, ppx_fail, ppx_fields_conv, ppx_let, ppx_pipebang, ppx_sexp_message, ppx_sexp_value, ppx_typerep_conv, ppx_variants_conv +}: + +stdenv.mkDerivation { + name = "ocaml${ocaml.version}-ppx_jane-113.33.00"; + src = fetchurl { + url = http://ocaml.janestreet.com/ocaml-core/113.33/files/ppx_jane-113.33.00.tar.gz; + sha256 = "15lbrc9jj83k208gv7knz7mk9xh9mdb657jdjb1006gdsskfmra6"; + }; + + buildInputs = [ ocaml findlib ocamlbuild opam ]; + propagatedBuildInputs = [ ppx_assert ppx_bench ppx_bin_prot + ppx_custom_printf ppx_enumerate ppx_expect ppx_fail ppx_fields_conv + ppx_let ppx_pipebang ppx_sexp_message ppx_sexp_value ppx_typerep_conv + ppx_variants_conv ]; + + inherit (topkg) installPhase; + + meta = { + license = stdenv.lib.licenses.asl20; + inherit (ocaml.meta) platforms; + }; +} -- cgit 1.4.1