Source: ocaml-expect Section: ocaml Priority: optional Maintainer: Debian OCaml Maintainers Uploaders: Lifeng Sun Build-Depends: ocaml-nox, ocaml-findlib, ocaml-base-nox, libpcre-ocaml-dev, libounit-ocaml-dev (>= 2.0.0), libbatteries-ocaml-dev, dh-ocaml (>= 0.9~), ocamlbuild, debhelper (>= 9) Standards-Version: 3.9.5 Homepage: http://forge.ocamlcore.org/projects/ocaml-expect/ Vcs-Git: https://anonscm.debian.org/git/pkg-ocaml-maint/packages/ocaml-expect.git Vcs-Browser: https://anonscm.debian.org/git/pkg-ocaml-maint/packages/ocaml-expect.git 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.