~ruther/guix-local

0274521a19385fa784a32f783377ef291d6f9eed — Ben Woodcroft 9 years ago 6824387
gnu: Add ocaml4.01-qtest.

* gnu/packages/ocaml.scm (ocaml4.01-qtest): New variable.
1 files changed, 3 insertions(+), 0 deletions(-)

M gnu/packages/ocaml.scm
M gnu/packages/ocaml.scm => gnu/packages/ocaml.scm +3 -0
@@ 1082,6 1082,9 @@ qcheck library.  The possibilities range from trivial tests -- extremely simple
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")