ocaml-expect 0.0.5-1build1 source package in Ubuntu

Changelog

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

  * No-change rebuild against ocaml 4.02.

 -- Łukasz 'sil2100' Zemczak <email address hidden>  Wed, 04 Nov 2015 16:50:42 -0600

Upload details

Uploaded by:
Łukasz Zemczak
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

Downloads

File Size SHA-256 Checksum
ocaml-expect_0.0.5.orig.tar.gz 61.8 KiB 7ea1b75bc8160213bf0c958a0a380bcb2d2e49f066eef3c560ce6dd10547b81f
ocaml-expect_0.0.5-1build1.debian.tar.xz 2.7 KiB 95872d818f0f562b1be12ae49b64433534ffe7d753369ea53a2d72b9a8e5b8cc
ocaml-expect_0.0.5-1build1.dsc 1.8 KiB 0cf35f2df1868b3dc4110112daa28c4745c1cc1e555cd492989b3bbd9af743bc

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: debug symbols for package libexpect-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-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.