gnu: ocaml5: Add ocaml-result package alias.

* gnu/packages/ocaml5.scm (ocaml-result): New variable.

Change-Id: I1dd019074cc1b79eeed29d37737e80beb7c91a42
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
This commit is contained in:
Jason Conroy 2026-01-10 16:45:47 -05:00 committed by Julien Lepiller
parent 20e11809f7
commit 985efebcd2
No known key found for this signature in database
GPG key ID: 53D457B2D636EE82

View file

@ -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")