ocaml-expect 0.0.5-1build2 source package in Ubuntu

Changelog

ocaml-expect (0.0.5-1build2) xenial; urgency=medium

  * Rebuild for new OCaml ABIs.

 -- Colin Watson <email address hidden>  Wed, 06 Jan 2016 11:54:18 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe ocaml

Downloads

File Size SHA-256 Checksum
ocaml-expect_0.0.5.orig.tar.gz 61.8 KiB 7ea1b75bc8160213bf0c958a0a380bcb2d2e49f066eef3c560ce6dd10547b81f
ocaml-expect_0.0.5-1build2.debian.tar.xz 2.8 KiB 6c3317b6efce151d72c3b9061ec162543f429f63c07f6cbddfd95611bfb24a1a
ocaml-expect_0.0.5-1build2.dsc 2.2 KiB a8afe11cebda71b8600e2fa2ac89920c8f94c68062f019db7a31ab976b803f14

Available diffs

View changes file

Binary packages built by this source

libexpect-ocaml: Expect-like framework for OCaml

 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-dbgsym: No summary available for libexpect-ocaml-dbgsym in ubuntu yakkety.

No description available for libexpect-ocaml-dbgsym in ubuntu yakkety.

libexpect-ocaml-dev: Expect-like framework for OCaml - development files

 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.