ocaml-expect 0.0.6-3 source package in Ubuntu

Changelog

ocaml-expect (0.0.6-3) unstable; urgency=medium

  * Team upload
  * Depend on ocaml instead of transitional ocaml-nox
  * Fix debian/watch
  * Bump Standards-Version to 4.6.2

 -- Stéphane Glondu <email address hidden>  Sun, 03 Sep 2023 09:16:15 +0200

Upload details

Uploaded by:
Debian OCaml Maintainers
Uploaded to:
Sid
Original maintainer:
Debian OCaml Maintainers
Architectures:
any
Section:
ocaml
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe ocaml

Downloads

File Size SHA-256 Checksum
ocaml-expect_0.0.6-3.dsc 1.9 KiB 31650a6acaa5ba1979f3e2a6658470d45f14db34373259953fcb53241d209a62
ocaml-expect_0.0.6.orig.tar.gz 19.4 KiB 77cf30e464bd80694210a7574b13a64a48287657b879ca18030753a993c52427
ocaml-expect_0.0.6-3.debian.tar.xz 3.7 KiB bd9794b3e5f2a0d465679ed092764a24af27a6281ddf5e31d320eccbdda59ca7

No changes file available.

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.