guix_mirror_bot pushed a commit to branch ocaml-team
in repository guix.
commit 90008ea930bce4d5a94bda5052ce8b1514cd39c3
Author: Jason Conroy <[email protected]>
AuthorDate: Thu Feb 5 12:47:31 2026 -0500
gnu: ocaml5: Add dune package alias.
* gnu/packages/ocaml5.scm (dune): New variable.
Change-Id: Ica37aafeb9c1e829148265387cab111358480f6c
Signed-off-by: Julien Lepiller <[email protected]>
---
gnu/packages/ocaml5.scm | 3 +++
1 file changed, 3 insertions(+)
diff --git a/gnu/packages/ocaml5.scm b/gnu/packages/ocaml5.scm
index 3649515747..43fe1804e5 100644
--- a/gnu/packages/ocaml5.scm
+++ b/gnu/packages/ocaml5.scm
@@ -1059,6 +1059,9 @@ Descriptions of projects, libraries and executables are
provided in
(properties '((hidden? . #t)))
(license license:expat)))
+;; Use this alias for packages built with the default ocaml 5.x compiler.
+(define-public dune ocaml5.3-dune-bootstrap)
+
(define-public ocaml5.0-dune-bootstrap
(package
(inherit ocaml5.3-dune-bootstrap)