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

commit ae833d06227b4c925acf8a67a9598df278edf6f3
Author: Jason Conroy <[email protected]>
AuthorDate: Thu Jan 15 10:56:07 2026 -0500

    gnu: ocaml5: Add ocaml package alias.
    
    * gnu/packages/ocaml5.scm (ocaml): New variable.
    
    Change-Id: I4727d8f27531aae2263dc29ce15b141e5ddd6d54
    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 d8d4f6c6c6..976fe97d5b 100644
--- a/gnu/packages/ocaml5.scm
+++ b/gnu/packages/ocaml5.scm
@@ -162,6 +162,10 @@ functional, imperative and object-oriented styles of 
programming.")
                (base32
                 "05jhy9zn53v12rn3sg3vllqf5blv1gp7f06803npimc58crxy6rv"))))))
 
+;; The default ocaml 5.x compiler, for those packages that depend on a
+;; compiler explicitly.
+(define-public ocaml ocaml-5.3)
+
 (define-public ocamlbuild
   (package
     (name "ocaml5-ocamlbuild")

Reply via email to