summaryrefslogtreecommitdiff
path: root/debian/control
blob: 85c33e65c6cec245f4d5f251627accaecc998139 (plain)
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
Source: ppx-expect
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Uploaders: Julien Puydt <jpuydt@debian.org>
Section: ocaml
Priority: optional
Standards-Version: 4.6.2
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
               dh-ocaml,
               libbase-ocaml-dev,
               libjane-street-headers-ocaml-dev,
               libppx-enumerate-ocaml-dev,
               libppx-hash-ocaml-dev,
               libppx-here-ocaml-dev,
               libppx-inline-test-ocaml-dev,
               libppx-sexp-conv-ocaml-dev,
               libppxlib-ocaml-dev,
               libre-ocaml-dev,
               libsexplib0-ocaml-dev (>= 0.16.0),
               libstdio-ocaml-dev,
               ocaml-dune,
               ocaml-nox
Vcs-Browser: https://salsa.debian.org/ocaml-team/ppx-expect
Vcs-Git: https://salsa.debian.org/ocaml-team/ppx-expect.git
Homepage: https://github.com/janestreet/ppx_expect

Package: libppx-expect-ocaml
Architecture: any
Depends: ${misc:Depends}, ${ocaml:Depends}, ${shlibs:Depends}
Provides: ${ocaml:Provides}
Recommends: ocaml-findlib
Description: testing framework for OCaml (runtime files)
 This package provides a testing framework similar
 to Python's cram framework for OCaml programming.
 .
 This package contains runtime files.

Package: libppx-expect-ocaml-dev
Architecture: any
Depends: ${misc:Depends}, ${ocaml:Depends}, ${shlibs:Depends}
Provides: ${ocaml:Provides}
Recommends: ocaml-findlib
Description: testing framework for OCaml (dev files)
 This package provides a testing framework similar
 to Python's cram framework for OCaml programming.
 .
 This package contains development files.