File: control

package info (click to toggle)
ounit 1.0.1.a-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 136 kB
  • ctags: 125
  • sloc: ml: 362; xml: 171; makefile: 121; sh: 17
file content (18 lines) | stat: -rw-r--r-- 764 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Source: ounit
Section: devel
Priority: optional
Maintainer: Sylvain Le Gall <sylvain.le-gall@polytechnique.org>
Build-Depends: debhelper (>= 4.0.0), ocaml-nox-3.08.3, ocaml-findlib (>= 1.0.4-1), dpatch
Standards-Version: 3.6.1.1

Package: libounit-ocaml-dev
Architecture: any
Depends: ocaml-nox-3.08.3
Description: Unit testing framework for Objective Caml
 OUnit is a unit testing framework for Objective Caml, 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.