3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: Add ocaml4.07-findlib.

* gnu/packages/ocaml.scm (ocaml4.07-findlib): New variable.
This commit is contained in:
Julien Lepiller 2020-01-22 01:15:47 +01:00
parent 092f815799
commit e3388d6361
No known key found for this signature in database
GPG key ID: 43111F4520086A0C

View file

@ -968,6 +968,14 @@ compilation and linkage, there are new frontends of the various OCaml
compilers that can directly deal with packages.")
(license license:x11)))
(define-public ocaml4.07-findlib
(package
(inherit ocaml-findlib)
(name "ocaml4.07-findlib")
(inputs
`(("m4" ,m4)
("ocaml" ,ocaml-4.07)))))
;; note that some tests may hang for no obvious reason.
(define-public ocaml-ounit
(package