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

commit 762efecef631f49bcf772da11ec7ff8d18d602ef
Author: Jason Conroy <[email protected]>
AuthorDate: Sat Jan 10 16:45:47 2026 -0500

    gnu: ocaml5: Add ocaml-result package alias.
    
    * gnu/packages/ocaml5.scm (ocaml-result): New variable.
    
    Change-Id: I1dd019074cc1b79eeed29d37737e80beb7c91a42
    Signed-off-by: Julien Lepiller <[email protected]>
---
 gnu/packages/ocaml5.scm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gnu/packages/ocaml5.scm b/gnu/packages/ocaml5.scm
index 762f4d3314..69cdf158a1 100644
--- a/gnu/packages/ocaml5.scm
+++ b/gnu/packages/ocaml5.scm
@@ -261,6 +261,10 @@ staying compatible with older version of OCaml should use 
the Result module
 defined in this library.")
     (license license:bsd-3)))
 
+;; Use this version of `ocaml-result` for packages built with the default
+;; ocaml 5.x compiler.
+(define-public ocaml-result ocaml5.3-result)
+
 (define-public ocaml5.3-dune-bootstrap
   (package
     (name "ocaml5.3-dune")

Reply via email to