gnu: Add ocaml4.01-qtest.

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

View file

@ -1082,6 +1082,9 @@ (define-public ocaml-qtest
to use -- to sophisticated random generation of test cases.")
(license license:lgpl3+)))
(define-public ocaml4.01-qtest
(package-with-ocaml4.01 ocaml-qtest))
(define-public ocaml-stringext
(package
(name "ocaml-stringext")