package expect

  1. Overview
  2. No Docs
Simple implementation of "expect" to help building unitary testing of interactive program

Install

Dune Dependency

Authors

Maintainers

Sources

ocaml-expect-0.0.2.tar.gz
md5=723288a1c9078f86e6185e78a6baa577

Description

You can match the question using a regular expression or a timeout.

See the Expect manual for more information: http://expect.nist.gov/

Published: 22 Nov 2014

Dependencies (7)

  1. ocamlbuild build
  2. oasis >= "0.3.0" & < "0.4.2"
  3. pcre
  4. ounit
  5. extlib = "1.5.3"
  6. ocamlfind
  7. ocaml < "4.06.0"

Dev Dependencies

None

Used by (1)

  1. oasis < "0.3.0"

Conflicts

None