me
/
guix
Archived
1
0
Fork 0

gnu: Add ocaml4.09-findlib.

* gnu/packages/ocaml.scm (ocaml4.09-findlib): New variable.
master
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
1 changed files with 8 additions and 0 deletions

View File

@ -1013,6 +1013,14 @@ compilers that can directly deal with packages.")
`(("m4" ,m4) `(("m4" ,m4)
("ocaml" ,ocaml-4.07))))) ("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. ;; note that some tests may hang for no obvious reason.
(define-public ocaml-ounit (define-public ocaml-ounit
(package (package