ocaml-expect 0.0.6-3build2 source package in Ubuntu

Changelog

ocaml-expect (0.0.6-3build2) noble; urgency=medium

  * Rebuild against new OCAML ABIs.

 -- Gianfranco Costamagna <email address hidden>  Sat, 17 Feb 2024 01:21:15 +0100

Upload details

Uploaded by:
Gianfranco Costamagna
Uploaded to:
Noble
Original maintainer:
Debian OCaml Maintainers
Architectures:
any
Section:
ocaml
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe ocaml

Downloads

File Size SHA-256 Checksum
ocaml-expect_0.0.6.orig.tar.gz 19.4 KiB 77cf30e464bd80694210a7574b13a64a48287657b879ca18030753a993c52427
ocaml-expect_0.0.6-3build2.debian.tar.xz 3.8 KiB ed53bad4bc1d75c06b5b70c51567894e3775d98e797ca8e82e43728677453021
ocaml-expect_0.0.6-3build2.dsc 2.1 KiB 4701a44b4237ab466600a49300c44ab846446957e2df53c63ad411db3386156b

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