gnu: Add ocaml4.01-ounit.
* gnu/packages/ocaml.scm (ocaml4.01-ounit): New variable.
This commit is contained in:
parent
0274521a19
commit
abd593c71a
1 changed files with 3 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue