diff --git a/gnu/packages/ocaml5.scm b/gnu/packages/ocaml5.scm index 762f4d33140..69cdf158a18 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")