Source: ocaml-expect Section: ocaml Priority: optional Maintainer: Debian OCaml Maintainers Build-Depends: ocaml-nox, ocaml-findlib, ocaml-base-nox, libpcre-ocaml-dev, libounit-ocaml-dev (>= 2.0.0), libbatteries-ocaml-dev, liboasis-ocaml-dev, dh-ocaml, ocamlbuild, debhelper-compat (= 13) Standards-Version: 4.5.0 Rules-Requires-Root: no Homepage: https://github.com/gildor478/ocaml-expect Vcs-Git: https://salsa.debian.org/ocaml-team/ocaml-expect.git Vcs-Browser: https://salsa.debian.org/ocaml-team/ocaml-expect Package: libexpect-ocaml-dev Architecture: any Depends: ${ocaml:Depends}, ${misc:Depends} Provides: ${ocaml:Provides} Recommends: ocaml-findlib Description: 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. Package: libexpect-ocaml Architecture: any Depends: ${ocaml:Depends}, ${misc:Depends}, ${shlibs:Depends} Provides: ${ocaml:Provides} Description: 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.