mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
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:
parent
20e11809f7
commit
985efebcd2
1 changed files with 4 additions and 0 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue