gnu: Add ocaml4.01-qtest.
* gnu/packages/ocaml.scm (ocaml4.01-qtest): New variable.master
parent
6824387a4f
commit
0274521a19
|
@ -1082,6 +1082,9 @@ qcheck library. The possibilities range from trivial tests -- extremely simple
|
||||||
to use -- to sophisticated random generation of test cases.")
|
to use -- to sophisticated random generation of test cases.")
|
||||||
(license license:lgpl3+)))
|
(license license:lgpl3+)))
|
||||||
|
|
||||||
|
(define-public ocaml4.01-qtest
|
||||||
|
(package-with-ocaml4.01 ocaml-qtest))
|
||||||
|
|
||||||
(define-public ocaml-stringext
|
(define-public ocaml-stringext
|
||||||
(package
|
(package
|
||||||
(name "ocaml-stringext")
|
(name "ocaml-stringext")
|
||||||
|
|
Reference in New Issue