Source: ounit Section: ocaml Priority: optional Maintainer: Debian OCaml Maintainers Uploaders: Hendrik Tews , Lifeng Sun Build-Depends: debhelper (>= 9), ocaml-nox (>= 4.00.1), ocaml-best-compilers, ocaml-findlib (>= 1.3.2), dh-ocaml (>= 0.9.1), camlp4, ocamlbuild, libxml2-utils Standards-Version: 4.1.4 Homepage: https://github.com/gildor478/ounit Vcs-Git: https://salsa.debian.org/ocaml-team/ounit.git Vcs-Browser: https://salsa.debian.org/ocaml-team/ounit Package: libounit-ocaml-dev Architecture: any Depends: ${ocaml:Depends}, ${shlibs:Depends}, ${misc:Depends} Provides: ${ocaml:Provides} Suggests: ocaml-findlib Description: Unit testing framework for OCaml OUnit is a unit testing framework for OCaml, imspired by the JUnit tool for Java and the HUnit tool for Haskell. . OUnit is designed to provide a convenient way for you to write tests for your OCaml code. Tests can be aggregated into test suites, making it easy to both write tests close to the code being examined and execute a comprehensive aggregate set of tests -- or any subset of it.