File: control

package info (click to toggle)
mlpost 0.9-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 3,824 kB
  • sloc: ml: 21,094; javascript: 4,047; makefile: 436; ansic: 34; lisp: 19; sh: 15
file content (106 lines) | stat: -rw-r--r-- 3,002 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
Source: mlpost
Priority: optional
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Uploaders: Stéphane Glondu <glondu@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 libcairo2-ocaml-dev,
 libcairo2-dev,
 libbitstring-ocaml-dev (>= 3),
 ocaml-dune,
 libdune-ocaml-dev,
 libppxlib-ocaml-dev (>= 0.20.0),
 ocaml-findlib,
 ocaml,
 dh-ocaml,
 ocaml-odoc,
 poppler-utils,
 graphviz,
 context,
 texlive-latex-base,
 texlive-latex-recommended,
 texlive-latex-extra,
 texlive-fonts-recommended,
 texlive-metapost,
 ghostscript,
 imagemagick
Standards-Version: 4.6.0
Rules-Requires-Root: no
Section: tex
Homepage: http://mlpost.lri.fr/
Vcs-Browser: https://salsa.debian.org/ocaml-team/mlpost
Vcs-Git: https://salsa.debian.org/ocaml-team/mlpost.git

Package: mlpost
Architecture: any
Depends:
 context,
 texlive-latex-base,
 texlive-latex-recommended,
 texlive-metapost,
 libmlpost-ocaml-dev,
 ${ocaml:Depends},
 ${shlibs:Depends},
 ${misc:Depends}
Recommends:
 libmlpost-ocaml-doc,
 xpdf
Suggests:
 ghostscript,
 imagemagick,
 ocaml-findlib
Description: OCaml interface to Metapost (command-line tool)
 Mlpost is an OCaml library for scientific drawing. It relies on
 Metapost, giving the possibility to include (La)TeX fragments.
 Mlpost users can use the full power of OCaml to generate their
 diagrams, including static typing and the possibility to use any
 OCaml library. Moreover, Mlpost promotes a declarative style quite
 different from existing tools.
 .
 This package contains a command-line tool to ease the generation of
 PostScript or PDF figures directly from .ml files.

Package: libmlpost-ocaml-dev
Section: ocaml
Architecture: any
Depends:
 ${ocaml:Depends},
 ${shlibs:Depends},
 ${misc:Depends}
Provides: ${ocaml:Provides}
Recommends:
 libmlpost-ocaml-doc,
 ocaml-findlib
Suggests:
 context,
 texlive-latex-base,
 texlive-latex-recommended,
 texlive-metapost,
 xpdf,
 ghostscript,
 imagemagick
Description: OCaml interface to Metapost (library)
 Mlpost is an OCaml library for scientific drawing. It relies on
 Metapost, giving the possibility to include (La)TeX fragments.
 Mlpost users can use the full power of OCaml to generate their
 diagrams, including static typing and the possibility to use any
 OCaml library. Moreover, Mlpost promotes a declarative style quite
 different from existing tools.
 .
 This package contains the library itself.

Package: libmlpost-ocaml-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Enhances: libmlpost-ocaml-dev
Description: Objective Caml interface to Metapost (doc)
 Mlpost is an OCaml library for scientific drawing. It relies on
 Metapost, giving the possibility to include (La)TeX fragments.
 Mlpost users can use the full power of OCaml to generate their
 diagrams, including static typing and the possibility to use any
 OCaml library. Moreover, Mlpost promotes a declarative style quite
 different from existing tools.
 .
 This package contains the API reference of the library.