[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 09/10] gnu: Add ocaml-ppx-let.
From: |
Julien Lepiller |
Subject: |
[PATCH 09/10] gnu: Add ocaml-ppx-let. |
Date: |
Sun, 12 Mar 2017 21:29:07 +0100 |
* gnu/packages/ocaml.scm (ocaml-ppx-let): New variable.
---
gnu/packages/ocaml.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 23590054e..a12d19808 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -2441,3 +2441,23 @@ variant types.")
for the list of all values of a type (for a type which only has finitely
many values).")
(license license:asl2.0)))
+
+(define-public ocaml-ppx-let
+ (package
+ (name "ocaml-ppx-let")
+ (version "113.33.03")
+ (source (janestreet-origin "ppx_let" version
+ "0gd6d3gdaqfwjcs7gaw1qxc30i584q6a86ndaj1bx1q63xqd6yx9"))
+ (build-system ocaml-build-system)
+ (native-inputs
+ `(("js-build-tools" ,ocaml-js-build-tools)
+ ("opam" ,opam)))
+ (propagated-inputs
+ `(("ppx-driver" ,ocaml-ppx-driver)
+ ("ppx-core" ,ocaml-ppx-core)))
+ (arguments janestreet-arguments)
+ (home-page "https://github.com/janestreet/ppx_let")
+ (synopsis "Monadic let-bindings")
+ (description "A ppx rewriter for monadic and applicative let bindings,
+match expressions, and if expressions.")
+ (license license:asl2.0)))
--
2.12.0
- [PATCH 00/10] Next 10 ocaml packages, Julien Lepiller, 2017/03/12
- [PATCH 02/10] gnu: Add ocaml-typerep., Julien Lepiller, 2017/03/12
- [PATCH 01/10] gnu: Add ocaml-sexplib., Julien Lepiller, 2017/03/12
- [PATCH 03/10] gnu: Add ocaml-variantslib., Julien Lepiller, 2017/03/12
- [PATCH 04/10] gnu: Add ocaml-ppx-sexp-conv., Julien Lepiller, 2017/03/12
- [PATCH 05/10] gnu: Add ocaml-ppx-variants-conv., Julien Lepiller, 2017/03/12
- [PATCH 06/10] gnu: Add ocaml-ppx-here., Julien Lepiller, 2017/03/12
- [PATCH 07/10] gnu: Add ocaml-ppx-assert., Julien Lepiller, 2017/03/12
- [PATCH 08/10] gnu: Add ocaml-ppx-enumerate., Julien Lepiller, 2017/03/12
- [PATCH 09/10] gnu: Add ocaml-ppx-let.,
Julien Lepiller <=
- [PATCH 10/10] gnu: Add ocaml-ppx-typerep-conv., Julien Lepiller, 2017/03/12
- Re: [PATCH 00/10] Next 10 ocaml packages, Leo Famulari, 2017/03/13