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

commit d851457e4880c8306b7e2f0ed3c23a419029f151
Author: Jason Conroy <[email protected]>
AuthorDate: Thu Oct 16 07:59:32 2025 -0400

    guix: Add ocaml5.3-findlib.
    
    * gnu/packages/ocaml.scm (ocaml5.3-findlib): New variable.
    
    Change-Id: Ie357babc368047b6e44df059bbc01c9b6080a28d
    Signed-off-by: Julien Lepiller <[email protected]>
---
 gnu/packages/ocaml.scm | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 904a1fb557..ef83db34e4 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -32,6 +32,7 @@
 ;;; Copyright © 2023 Arnaud DABY-SEESARAM <[email protected]>
 ;;; Copyright © 2024 Sören Tempel <[email protected]>
 ;;; Copyright © 2025 Jussi Timperi <[email protected]>
+;;; Copyright © 2025 Jason Conroy <[email protected]>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -1686,6 +1687,13 @@ compilers that can directly deal with packages.")
     (native-inputs
      (list m4 ocaml-5.0))))
 
+(define-public ocaml5.3-findlib
+  (package
+    (inherit ocaml-findlib)
+    (name "ocaml5.3-findlib")
+    (native-inputs
+     (list m4 ocaml-5.3))))
+
 (define-public ocaml-ounit2
   (package
     (name "ocaml-ounit2")

Reply via email to