gnu: Add ocaml4.01-ounit.

* gnu/packages/ocaml.scm (ocaml4.01-ounit): New variable.
This commit is contained in:
Ben Woodcroft 2017-01-06 22:34:01 +10:00
parent 0274521a19
commit abd593c71a
No known key found for this signature in database
GPG key ID: 2A6AD9F4AAC20DF6

View file

@ -872,6 +872,9 @@ (define-public ocaml-ounit
other XUnit testing frameworks.")
(license license:expat)))
(define-public ocaml4.01-ounit
(package-with-ocaml4.01 ocaml-ounit))
(define-public camlzip
(package
(name "camlzip")