File: control

package info (click to toggle)
ocaml-pprint 20230830-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 364 kB
  • sloc: ml: 1,836; makefile: 162
file content (39 lines) | stat: -rw-r--r-- 1,343 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
Source: ocaml-pprint
Section: ocaml
Priority: optional
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Uploaders: Julien Puydt <jpuydt@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-ocaml (>= 1.2),
               ocaml-dune,
               ocaml-findlib,
               ocaml
Standards-Version: 4.6.2
Rules-Requires-Root: no
Homepage: https://github.com/fpottier/pprint
Vcs-Git: https://salsa.debian.org/ocaml-team/ocaml-pprint.git
Vcs-Browser: https://salsa.debian.org/ocaml-team/ocaml-pprint

Package: libpprint-ocaml
Architecture: any
Depends: ${misc:Depends}, ${ocaml:Depends}
Suggests: ocaml-findlib
Provides: ${ocaml:Provides}
Description: Pretty printing toolbox for OCaml (runtime files)
 OCaml library for pretty-printing textual documents. It takes
 care of indentation and line breaks, and is typically used
 on code.
 .
 This package contains the runtime files to use the library.

Package: libpprint-ocaml-dev
Architecture: any
Depends: ${misc:Depends}, ${ocaml:Depends}
Suggests: ocaml-findlib
Provides: ${ocaml:Provides}
Description: Pretty printing toolbox for OCaml (dev files)
 OCaml library for pretty-printing textual documents. It takes
 care of indentation and line breaks, and is typically used
 on code.
 .
 This package contains the development files for the library.