ocaml-expect 0.0.6-2build2 source package in Ubuntu

Changelog

ocaml-expect (0.0.6-2build2) kinetic; urgency=medium

  * Rebuild against new OCAML ABIs.

 -- Gianfranco Costamagna <email address hidden>  Mon, 02 May 2022 14:21:05 +0200

Upload details

Uploaded by:
Gianfranco Costamagna
Uploaded to:
Kinetic
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.6.orig.tar.gz 19.4 KiB 77cf30e464bd80694210a7574b13a64a48287657b879ca18030753a993c52427
ocaml-expect_0.0.6-2build2.debian.tar.xz 3.8 KiB 5e673cfe22afdc378f37082fcb748908c7c53ab65d6e72a21e8a68c9fb3b49a5
ocaml-expect_0.0.6-2build2.dsc 2.1 KiB 8bf2de03a0531fa7d6d9e1f54ad3f6a8cb93cd37a3faaa10ac3f5b8ec177c772

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 kinetic.

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

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.