File: control

package info (click to toggle)
ocaml-expect 0.0.5-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 416 kB
  • ctags: 667
  • sloc: ml: 6,540; makefile: 86
file content (52 lines) | stat: -rw-r--r-- 1,876 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
Source: ocaml-expect
Section: ocaml
Priority: optional
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Uploaders: Lifeng Sun <lifongsun@gmail.com>
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.