guix_mirror_bot pushed a commit to branch ocaml-team
in repository guix.
commit f3167c15c7313c79566104c320cc3d72dc521ea2
Author: Jason Conroy <[email protected]>
AuthorDate: Thu Jan 15 13:07:13 2026 -0500
gnu: ocaml5: Add ocaml-ppx-here.
* gnu/packages/ocaml5.scm (ocaml-ppx-here): New variable.
Change-Id: I37d20cde0f3a3a74b9340db7eaa8dae5fa6cd952
Signed-off-by: Julien Lepiller <[email protected]>
---
gnu/packages/ocaml5.scm | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/gnu/packages/ocaml5.scm b/gnu/packages/ocaml5.scm
index 8e8858ece3..53d92cef1b 100644
--- a/gnu/packages/ocaml5.scm
+++ b/gnu/packages/ocaml5.scm
@@ -1634,6 +1634,24 @@ instruction cache on the hot path. See also
https://github.com/ocaml/ocaml/issues/8563.")
(license license:expat)))
+(define-public ocaml-ppx-here
+ (package
+ (name "ocaml5-ppx-here")
+ (version "0.17.0")
+ (source
+ (janestreet-git-origin "ppx_here" version
+ "1hr6ymfkz5xhsciia8bi23mnlx94h4345njp9r7k9f1nzxr0xg69"))
+ (build-system dune-build-system)
+ (arguments
+ ;; broken tests
+ `(#:tests? #f))
+ (propagated-inputs (list ocaml-base ocaml-ppxlib))
+ (properties `((upstream-name . "ppx_here")))
+ (home-page "https://github.com/janestreet/ppx_here")
+ (synopsis "Expands [%here] into its location")
+ (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