ocaml-expect 0.0.2-1build2 source package in Ubuntu

Changelog

ocaml-expect (0.0.2-1build2) precise; urgency=low

  * Rebuild for new libextlib-ocaml-dev ABI.
 -- Colin Watson <email address hidden>   Mon, 24 Oct 2011 11:43:01 +0100

Upload details

Uploaded by:
Colin Watson
Uploaded to:
Precise
Original maintainer:
Debian OCaml Maintainers
Architectures:
any
Section:
ocaml
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
ocaml-expect_0.0.2.orig.tar.gz 41.7 KiB 4c0564dea30d670ceb93cd979950be93168ca282a534e36db212c2753dc4b111
ocaml-expect_0.0.2-1build2.debian.tar.gz 2.4 KiB b477a1a3948549c35e9f74540e846c87d2f688efaa453047dab8b2bc4b270386
ocaml-expect_0.0.2-1build2.dsc 2.1 KiB 4f0299015755075b2685b9901177db85efe458486452a8a0be3001dda845bdfc

Available diffs

View changes file

Binary packages built by this source

libexpect-ocaml: Expect-like framework

 This is a simple implementation of `expect` to help building unitary testing
 of interactive program.
 .
 It helps to receive question and send answers from an interactive process.
 You can match the question using a regular expression (Str). You can also
 use a timeout to ensure that the process answer in time.
 .
 See the [Expect manual](http://expect.nist.gov/) for more information and
 example.
 .
 This package contains the shared runtime libraries.

libexpect-ocaml-dev: Expect-like framework

 This is a simple implementation of `expect` to help building unitary testing
 of interactive program.
 .
 It helps to receive question and send answers from an interactive process.
 You can match the question using a regular expression (Str). You can also
 use a timeout to ensure that the process answer in time.
 .
 See the [Expect manual](http://expect.nist.gov/) for more information and
 example.