mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: Add ocaml5.0-findlib
* gnu/packages/ocaml.scm (ocaml5.0-findlib): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
This commit is contained in:
parent
a58dfd3eed
commit
616e818946
1 changed files with 7 additions and 0 deletions
|
@ -1466,6 +1466,13 @@ (define-public ocaml4.09-findlib
|
|||
(native-inputs
|
||||
(list m4 ocaml-4.09))))
|
||||
|
||||
(define-public ocaml5.0-findlib
|
||||
(package
|
||||
(inherit ocaml-findlib)
|
||||
(name "ocaml5.0-findlib")
|
||||
(native-inputs
|
||||
(list m4 ocaml-5.0))))
|
||||
|
||||
(define-public ocaml-ounit2
|
||||
(package
|
||||
(name "ocaml-ounit2")
|
||||
|
|
Loading…
Reference in a new issue