From 8e1b4b3c4c372c07347eb9106615c8791bcc753b Mon Sep 17 00:00:00 2001 From: Vincent Laporte Date: Sun, 26 Feb 2017 17:42:02 +0000 Subject: ocamlPackages.core: init at 113.33.02+4.03 --- .../ocaml-modules/janestreet/core-113_33_02.nix | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 pkgs/development/ocaml-modules/janestreet/core-113_33_02.nix (limited to 'pkgs/development/ocaml-modules/janestreet') diff --git a/pkgs/development/ocaml-modules/janestreet/core-113_33_02.nix b/pkgs/development/ocaml-modules/janestreet/core-113_33_02.nix new file mode 100644 index 000000000000..48bafd5c3c5a --- /dev/null +++ b/pkgs/development/ocaml-modules/janestreet/core-113_33_02.nix @@ -0,0 +1,21 @@ +{ stdenv, fetchurl, ocaml, findlib, ocamlbuild, opam, topkg +, ppx_jane, core_kernel +}: + +stdenv.mkDerivation { + name = "ocaml${ocaml.version}-core-113.33.02+4.03"; + src = fetchurl { + url = http://ocaml.janestreet.com/ocaml-core/113.33/files/core-113.33.02+4.03.tar.gz; + sha256 = "1gvd5saa0sdgyv9w09imqlkw0c21v2ixic8fxx14jxrwck0zn4bc"; + }; + + buildInputs = [ ocaml findlib ocamlbuild opam ppx_jane ]; + propagatedBuildInputs = [ core_kernel ]; + + inherit (topkg) installPhase; + + meta = { + license = stdenv.lib.licenses.asl20; + inherit (ocaml.meta) platforms; + }; +} -- cgit 1.4.1