guix_mirror_bot pushed a commit to branch ocaml-team
in repository guix.

commit 0929cf586748bbeb69ed3cf70614c87457cae9c5
Author: Jason Conroy <[email protected]>
AuthorDate: Thu Feb 12 10:32:34 2026 -0500

    gnu: ocaml5: Add ocaml-ppx-let.
    
    * gnu/packages/ocaml5.scm (ocaml-ppx-let): New variable.
    
    Change-Id: I444fdeb3cd75fbacdc527fe8965aea4387548e88
    Signed-off-by: Julien Lepiller <[email protected]>
---
 gnu/packages/ocaml5.scm | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/gnu/packages/ocaml5.scm b/gnu/packages/ocaml5.scm
index 018c8ffcbf..3b22691470 100644
--- a/gnu/packages/ocaml5.scm
+++ b/gnu/packages/ocaml5.scm
@@ -2972,6 +2972,22 @@ writing to these structures, and they are accessed via 
the Bigarray module.")
 length of domain names are preserved throughout the module.")
     (license license:isc)))
 
+(define-public ocaml-ppx-let
+  (package
+    (name "ocaml5-ppx-let")
+    (version "0.17.0")
+    (source
+     (janestreet-git-origin "ppx_let" version
+      "0ijdpgikzx89m6srm3xdl657zim5c8pmzf6rwzx32m67nf0m0hr6"))
+    (build-system dune-build-system)
+    (propagated-inputs (list ocaml-base ocaml-ppxlib ocaml-ppx-here))
+    (properties `((upstream-name . "ppx_let")))
+    (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)))
+
 ;;;
 ;;; Avoid adding new packages to the end of this file. To reduce the chances
 ;;; of a merge conflict, place them above by existing packages with similar

Reply via email to