gnu: Add ocaml4.09-findlib.

* gnu/packages/ocaml.scm (ocaml4.09-findlib): New variable.
This commit is contained in:
Julien Lepiller 2020-10-15 22:04:36 +02:00
parent 0c83708240
commit 35c02c559e
No known key found for this signature in database
GPG key ID: 53D457B2D636EE82

View file

@ -1013,6 +1013,14 @@ (define-public ocaml4.07-findlib
`(("m4" ,m4)
("ocaml" ,ocaml-4.07)))))
(define-public ocaml4.09-findlib
(package
(inherit ocaml-findlib)
(name "ocaml4.09-findlib")
(native-inputs
`(("m4" ,m4)
("ocaml" ,ocaml-4.09)))))
;; note that some tests may hang for no obvious reason.
(define-public ocaml-ounit
(package