[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/10: gnu: Add ocaml-ppx-fail.
From: |
julien lepiller |
Subject: |
04/10: gnu: Add ocaml-ppx-fail. |
Date: |
Thu, 25 May 2017 08:48:35 -0400 (EDT) |
roptat pushed a commit to branch master
in repository guix.
commit 7ea5acc6684cbe31d8c95c5dd569487e96852fff
Author: Julien Lepiller <address@hidden>
Date: Sun May 21 16:31:23 2017 +0200
gnu: Add ocaml-ppx-fail.
* gnu/packages/ocaml.scm (ocaml-ppx-fail): New variable.
---
gnu/packages/ocaml.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 7d6a77d..c2f4ed9 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -2716,3 +2716,25 @@ ocaml values.")
(description "Generation of binary serialization and deserialization
functions from type definitions.")
(license license:asl2.0)))
+
+(define-public ocaml-ppx-fail
+ (package
+ (name "ocaml-ppx-fail")
+ (version "113.33.03")
+ (source (janestreet-origin "ppx_fail" version
+ "1dwgad0f05gqp5rnwf9dcasidpfi7q3mrpazsw3a2vijjblbhjgn"))
+ (build-system ocaml-build-system)
+ (native-inputs
+ `(("js-build-tools" ,ocaml-js-build-tools)
+ ("opam" ,opam)))
+ (propagated-inputs
+ `(("ppx-driver" ,ocaml-ppx-driver)
+ ("ppx-tools" ,ocaml-ppx-tools)
+ ("ppx-here" ,ocaml-ppx-here)
+ ("ppx-core" ,ocaml-ppx-core)))
+ (arguments janestreet-arguments)
+ (home-page "https://github.com/janestreet/ppx_fail/")
+ (synopsis "Add location to calls to failwiths")
+ (description "Syntax extension that makes [failwiths] always include a
+position.")
+ (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 <=
- 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, 2017/05/25
- 09/10: gnu: Add ocaml-ppx-expect., julien lepiller, 2017/05/25