diff options
Diffstat (limited to 'libraries/ocaml-ounit/slack-desc')
-rw-r--r-- | libraries/ocaml-ounit/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/libraries/ocaml-ounit/slack-desc b/libraries/ocaml-ounit/slack-desc new file mode 100644 index 0000000000..57527fcd61 --- /dev/null +++ b/libraries/ocaml-ounit/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. Line +# up the first '|' above the ':' following the base package name, and the '|' +# on the right side marks the last column you can put a character in. You must +# make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':'. + + |-----handy-ruler------------------------------------------------------| +ocaml-ounit: ocaml-ounit (Unit tests for OCaml) +ocaml-ounit: +ocaml-ounit: OUnit is a unit test framework for OCaml. It allows one to easily +ocaml-ounit: create unit-tests for OCaml code. It is based on HUnit, a unit +ocaml-ounit: testing framework for Haskell. It is similar to JUnit, and other +ocaml-ounit: XUnit testing frameworks. +ocaml-ounit: +ocaml-ounit: http://ounit.forge.ocamlcore.org/ +ocaml-ounit: +ocaml-ounit: +ocaml-ounit: |