File: control

package info (click to toggle)
elpi 1.16.8-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 49,572 kB
  • sloc: ml: 16,100; makefile: 208; python: 95
file content (62 lines) | stat: -rw-r--r-- 2,263 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
Source: elpi
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Uploaders: Julien Puydt <jpuydt@debian.org>
Section: ocaml
Priority: optional
Standards-Version: 4.6.1
Rules-Requires-Root: no
Build-Depends: atdts (>= 2.9.1),
               camlp5 (>= 8.00.02),
               debhelper-compat (= 13),
               dh-ocaml,
               gnuplot,
               libansi-terminal-ocaml-dev,
               libatdgen-ocaml-dev (>= 2.9.1),
               libcmdliner-ocaml-dev,
               libmenhir-ocaml-dev,
               libppx-deriving-ocaml-dev,
               libppxlib-ocaml-dev,
               libre-ocaml-dev,
               lua5.1,
               menhir,
               ocaml-dune,
               time
Vcs-Browser: https://salsa.debian.org/ocaml-team/elpi
Vcs-Git: https://salsa.debian.org/ocaml-team/elpi.git
Homepage: https://github.com/LPCIC/elpi

Package: libelpi-ocaml
Architecture: amd64 arm64 i386 ppc64el ppc64 riscv64 sh4
Depends: ${misc:Depends}, ${ocaml:Depends}, ${shlibs:Depends}
Provides: ${ocaml:Provides}
Recommends: ocaml-findlib
Description: embeddable lambda-Prolog interpreter (runtime files)
 ELPI implements a lambda-Prolog interpreter enriched with
 constraint handling rules, to provide an extension language
 to larger applications written in OCaml.
 .
 This package provides the runtime files.

Package: libelpi-ocaml-dev
Architecture: amd64 arm64 i386 ppc64el ppc64 riscv64 sh4
Depends: ${misc:Depends}, ${ocaml:Depends}, ${shlibs:Depends}
Provides: ${ocaml:Provides}
Recommends: ocaml-findlib
Description: embeddable lambda-Prolog interpreter (dev files)
 ELPI implements a lambda-Prolog interpreter enriched with
 constraint handling rules, to provide an extension language
 to larger applications written in OCaml.
 .
 This package provides the dev files.

Package: elpi
Architecture: amd64 arm64 i386 ppc64el ppc64 riscv64 sh4
Depends: libelpi-ocaml (= ${binary:Version}),
         ${misc:Depends},
         ${shlibs:Depends}
Description: embeddable lambda-Prolog interpreter (tool)
 ELPI implements a lambda-Prolog interpreter enriched with
 constraint handling rules, to provide an extension language
 to larger applications written in OCaml.
 .
 This package provides the command-line tool.