File: control

package info (click to toggle)
psmt2-frontend 0.4.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 452 kB
  • sloc: ml: 2,464; python: 60; makefile: 48
file content (46 lines) | stat: -rw-r--r-- 1,675 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
Source: psmt2-frontend
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Uploaders: Julien Puydt <jpuydt@debian.org>
Section: ocaml
Priority: optional
Standards-Version: 4.6.0
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
               dh-ocaml (>= 1.2.2),
               libmenhir-ocaml-dev,
               menhir,
               ocaml-dune
Vcs-Browser: https://salsa.debian.org/ocaml-team/psmt2-frontend
Vcs-Git: https://salsa.debian.org/ocaml-team/psmt2-frontend.git
Homepage: https://github.com/ACoquereau/psmt2-frontend

Package: libpsmt2-frontend-ocaml
Architecture: any
Depends: ${misc:Depends}, ${ocaml:Depends}, ${shlibs:Depends}
Provides: ${ocaml:Provides}
Recommends: ocaml-findlib
Description: Parse and type-check SMT-LIB 2 (runtime files)
 A library to parse and type-check a conservative extension
 of the SMT-LIB 2 standard with prenex polymorphism.
 .
 This package provides the runtime files.

Package: libpsmt2-frontend-ocaml-dev
Architecture: any
Depends: ${misc:Depends}, ${ocaml:Depends}, ${shlibs:Depends}
Provides: ${ocaml:Provides}
Recommends: ocaml-findlib
Description: Parse and type-check SMT-LIB 2 (dev files)
 A library to parse and type-check a conservative extension
 of the SMT-LIB 2 standard with prenex polymorphism.
 .
 This package provides the dev files.

Package: psmt2-frontend
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, libpsmt2-frontend-ocaml (= ${binary:Version})
Description: Parse and type-check SMT-LIB 2 (tool)
 A library to parse and type-check a conservative extension
 of the SMT-LIB 2 with prenex polymorphism.
 .
 This package provides the command-line tool.