guix_mirror_bot pushed a commit to branch ocaml-team
in repository guix.
commit 810696332ebb2078fbd481c120abd33a70cb718c
Author: Jason Conroy <[email protected]>
AuthorDate: Thu Jan 15 13:12:38 2026 -0500
gnu: ocaml5: Add ocaml-ppxlib-jane.
* gnu/packages/ocaml5.scm (ocaml-ppxlib-jane): New variable.
Change-Id: Id1056a3518a0115aabbb392a9028f50ba3f40d1e
Signed-off-by: Julien Lepiller <[email protected]>
---
gnu/packages/ocaml5.scm | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff --git a/gnu/packages/ocaml5.scm b/gnu/packages/ocaml5.scm
index fda94b2526..b14ee3e391 100644
--- a/gnu/packages/ocaml5.scm
+++ b/gnu/packages/ocaml5.scm
@@ -1670,6 +1670,21 @@ used to handle optional compilations of pieces of code
depending of the word
size, the version of the compiler, ...")
(license license:expat)))
+(define-public ocaml-ppxlib-jane
+ (package
+ (name "ocaml5-ppxlib-jane")
+ (version "0.17.2")
+ (source
+ (janestreet-git-origin "ppxlib_jane" version
+ "0abnhxpvb0sykaifi9qygyq25sqhsm8z3wcj3gd9zsj5mds540h1"))
+ (build-system dune-build-system)
+ (propagated-inputs (list ocaml-ppxlib))
+ (properties `((upstream-name . "ppx_jane")))
+ (home-page "https://github.com/janestreet/ppxlib_jane")
+ (synopsis "Utilities for working with Jane Street AST constructs")
+ (description "Part of the Jane Street's PPX rewriters collection.")
+ (license license:expat)))
+
;;;
;;; 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