File: control

package info (click to toggle)
coq-serapi 8.20.0%2B0.20.0-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 1,956 kB
  • sloc: ml: 9,331; makefile: 66; lisp: 57; sh: 6
file content (75 lines) | stat: -rw-r--r-- 2,510 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
Source: coq-serapi
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Uploaders: Julien Puydt <jpuydt@debian.org>
Section: ocaml
Priority: optional
Standards-Version: 4.7.0
Rules-Requires-Root: no
Build-Depends: coq,
               debhelper-compat (= 13),
               dh-coq,
               dh-ocaml,
               help2man,
               libcmdliner-ocaml-dev,
               libcoq-core-ocaml-dev,
               libcoq-stdlib,
               libppx-deriving-ocaml-dev,
               libppx-deriving-yojson-ocaml-dev,
               libppx-hash-ocaml-dev,
               libppx-import-ocaml-dev,
               libppx-sexp-conv-ocaml-dev,
               libppxlib-ocaml-dev,
               libsexplib-ocaml-dev,
               libyojson-ocaml-dev (>= 2.2),
               ocaml-dune,
               ocaml-findlib
Vcs-Browser: https://salsa.debian.org/ocaml-team/coq-serapi
Vcs-Git: https://salsa.debian.org/ocaml-team/coq-serapi.git
Homepage: https://github.com/ejgallego/coq-serapi

Package: libcoq-serapi-ocaml
Architecture: any
Depends: libcoq-ocaml, ${misc:Depends}, ${ocaml-Depends}
Provides: ${ocaml:Provides}
Description: interaction with Coq (runtime)
 SerAPI provides a library for machine-to-machine
 interaction with Coq with particular emphasis on
 integrated development environments, code analysis tools
 and machine learning.
 .
 Coq is a proof assistant for higher-order logic.
 .
 This package provides runtime libraries for the serapi plugin.

Package: libcoq-serapi-ocaml-dev
Architecture: any
Depends: coq-${F:CoqABI},
         libcoq-ocaml,
         libcoq-serapi-ocaml (= ${binary:Version}),
         ${misc:Depends},
         ${shlibs:Depends}
Provides: ${ocaml:Provides}
Description: interaction with Coq (devel)
 SerAPI provides a library for machine-to-machine
 interaction with Coq with particular emphasis on
 integrated development environments, code analysis tools
 and machine learning.
 .
 Coq is a proof assistant for higher-order logic.
 .
 This package provides libraries needed to develop
 for the serapi plugin.

Package: coq-serapi
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: interaction with Coq (utils)
 SerAPI provides a library for machine-to-machine
 interaction with Coq with particular emphasis on
 integrated development environments, code analysis tools
 and machine learning.
 .
 Coq is a proof assistant for higher-order logic.
 .
 This package provides utilities to work with the serapi
 plugin.