[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/10: gnu: Add ocaml-ppx-jane.
From: |
julien lepiller |
Subject: |
10/10: gnu: Add ocaml-ppx-jane. |
Date: |
Thu, 25 May 2017 08:48:36 -0400 (EDT) |
roptat pushed a commit to branch master
in repository guix.
commit 2f4c2df12e3a3f14e237cadbcdef17d18568eb49
Author: Julien Lepiller <address@hidden>
Date: Sun May 21 16:37:40 2017 +0200
gnu: Add ocaml-ppx-jane.
* gnu/packages/ocaml.scm (ocaml-ppx-jane): New variable.
---
gnu/packages/ocaml.scm | 36 ++++++++++++++++++++++++++++++++++++
1 file changed, 36 insertions(+)
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 8997374..863e367 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -2871,3 +2871,39 @@ let%expect_test construct. The body of an expect-test
can contain
output-generating code, interleaved with %expect extension expressions to
denote
the expected output.")
(license license:asl2.0)))
+
+(define-public ocaml-ppx-jane
+ (package
+ (name "ocaml-ppx-jane")
+ (version "113.33.03")
+ (source (janestreet-origin "ppx_jane" version
+ "0bjxkhmzgm6x9dcvjwybbccn34khbvyyjimcbaja30fp6qcqk5yl"))
+ (build-system ocaml-build-system)
+ (native-inputs
+ `(("js-build-tools" ,ocaml-js-build-tools)
+ ("opam" ,opam)))
+ (propagated-inputs
+ `(("ppx-assert" ,ocaml-ppx-assert)
+ ("ppx-bench" ,ocaml-ppx-bench)
+ ("ppx-bin-prot" ,ocaml-ppx-bin-prot)
+ ("ppx-compare" ,ocaml-ppx-compare)
+ ("ppx-custom-printf" ,ocaml-ppx-custom-printf)
+ ("ppx-deriving" ,ocaml-ppx-deriving)
+ ("ppx-enumerate" ,ocaml-ppx-enumerate)
+ ("ppx-expect" ,ocaml-ppx-expect)
+ ("ppx-fail" ,ocaml-ppx-fail)
+ ("ppx-fields-conv" ,ocaml-ppx-fields-conv)
+ ("ppx-here" ,ocaml-ppx-here)
+ ("ppx-inline-test" ,ocaml-ppx-inline-test)
+ ("ppx-let" ,ocaml-ppx-let)
+ ("ppx-pipebang" ,ocaml-ppx-pipebang)
+ ("ppx-sexp-conv" ,ocaml-ppx-sexp-conv)
+ ("ppx-sexp-message" ,ocaml-ppx-sexp-message)
+ ("ppx-sexp-value" ,ocaml-ppx-sexp-value)
+ ("ppx-typerep-conv" ,ocaml-ppx-typerep-conv)
+ ("ppx-variants-conv" ,ocaml-ppx-variants-conv)))
+ (arguments janestreet-arguments)
+ (home-page "https://github.com/janestreet/ppx_jane/")
+ (synopsis "Standard Jane Street ppx rewriters")
+ (description "Ppx_jane is a ppx_driver including all standard ppx
rewriters.")
+ (license license:asl2.0)))
- branch master updated (20ed093 -> 2f4c2df), julien lepiller, 2017/05/25
- 05/10: gnu: Add ocaml-ppx-custom-printf., julien lepiller, 2017/05/25
- 04/10: gnu: Add ocaml-ppx-fail., julien lepiller, 2017/05/25
- 07/10: gnu: Add ocaml-ppx-fields-conv., julien lepiller, 2017/05/25
- 02/10: gnu: Add ocaml-ppx-pipebang., julien lepiller, 2017/05/25
- 01/10: gnu: Add ocaml-ppx-sexp-value., julien lepiller, 2017/05/25
- 03/10: gnu: Add ocaml-ppx-bin-prot., julien lepiller, 2017/05/25
- 06/10: gnu: Add ocaml-ppx-sexp-message., julien lepiller, 2017/05/25
- 08/10: gnu: Add ocaml-re., julien lepiller, 2017/05/25
- 10/10: gnu: Add ocaml-ppx-jane.,
julien lepiller <=
- 09/10: gnu: Add ocaml-ppx-expect., julien lepiller, 2017/05/25