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

commit e741632201d95a576322d2326063118d758d5672
Author: Jason Conroy <[email protected]>
AuthorDate: Thu Jan 15 13:29:46 2026 -0500

    gnu: ocaml5: Add ocaml-ppx-hash.
    
    * gnu/packages/ocaml5.scm (ocaml-ppx-hash): New variable.
    
    Change-Id: Ie3f20679f07d49337c027826ed2cf851b885b614
    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 a576b051bd..0205b552a3 100644
--- a/gnu/packages/ocaml5.scm
+++ b/gnu/packages/ocaml5.scm
@@ -1835,6 +1835,24 @@ packages.")
     (description "Part of the Jane Street's PPX rewriters collection.")
     (license license:expat)))
 
+(define-public ocaml-ppx-hash
+  (package
+    (name "ocaml5-ppx-hash")
+    (version "0.17.0")
+    (source
+     (janestreet-git-origin "ppx_hash" version
+      "0zxb1n9zx4k44hilibdgasrq45y965ywx7h8pij3c6knh4pc400q"))
+    (build-system dune-build-system)
+    (propagated-inputs (list ocaml-base ocaml-ppx-compare ocaml-ppx-sexp-conv
+                             ocaml-ppxlib))
+    (properties `((upstream-name . "ppx_hash")))
+    (home-page "https://github.com/janestreet/ppx_hash";)
+    (synopsis
+     "Generation of hash functions from type expressions and definitions")
+    (description "This package is a collection of ppx rewriters that generate
+hash functions from type exrpessions and definitions.")
+    (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

Reply via email to