slackbuilds/libraries/ocaml-ounit
Andrew Clemons 6b792b9fed
libraries/ocaml-ounit: Fix DOWNLOAD.
forge has been shutdown.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2021-08-25 12:11:33 +07:00
..
README
ocaml-ounit.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
ocaml-ounit.info libraries/ocaml-ounit: Fix DOWNLOAD. 2021-08-25 12:11:33 +07:00
slack-desc libraries/ocaml-ounit: Fix DOWNLOAD. 2021-08-25 12:11:33 +07:00

README

OUnit is a unit test framework for OCaml. It allows one to easily create
unit-tests for OCaml code. It is based on HUnit, a unit testing framework
for Haskell. It is similar to JUnit, and other XUnit testing frameworks.