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