ounit 1.1.2-3 source package in Ubuntu

Changelog

ounit (1.1.2-3) unstable; urgency=low


  * Upload to unstable

 -- Stéphane Glondu <email address hidden>  Tue, 03 Dec 2013 08:49:15 +0100

Upload details

Uploaded by:
Debian OCaml Maintainers
Uploaded to:
Sid
Original maintainer:
Debian OCaml Maintainers
Architectures:
any
Section:
devel
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe devel

Downloads

File Size SHA-256 Checksum
ounit_1.1.2-3.dsc 2.0 KiB 5880b1bcacee4dee0225761ef588e08cb27033e9e47e16d3434b6b3bf1d7a600
ounit_1.1.2.orig.tar.gz 56.7 KiB e6bc1b0cdbb5b5552d85bee653e23aafe20bb97fd7cd229c867d01ff999888e3
ounit_1.1.2-3.debian.tar.gz 5.3 KiB c167d50a70b644500a097916f24b2537b6161800c944de48e6ab4de49c37563b

Available diffs

No changes file available.

Binary packages built by this source

libounit-ocaml-dev: 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.