File: control

package info (click to toggle)
ocamlweb 1.41-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 952 kB
  • sloc: ml: 5,772; sh: 1,756; makefile: 215
file content (32 lines) | stat: -rw-r--r-- 1,253 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
Source: ocamlweb
Section: ocaml
Priority: optional
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Uploaders:
 Ralf Treinen <treinen@debian.org>
Standards-Version: 4.7.0
Rules-Requires-Root: no
Build-Depends:
 debhelper-compat (= 13),
 ocaml,
 tex-common,
 dh-ocaml
Vcs-Git: https://salsa.debian.org/ocaml-team/ocamlweb.git
Vcs-Browser: https://salsa.debian.org/ocaml-team/ocamlweb
Homepage: http://www.lri.fr/~filliatr/ocamlweb/index.en.html

Package: ocamlweb
Architecture: any
Depends: ${ocaml:Depends}, ${misc:Depends}, ${shlibs:Depends}
# texlive-latex-extra for fullpage.sty, texlive-latex-base for latex.
Recommends: texlive-latex-extra, texlive-latex-base, texlive-fonts-recommended
Suggests: hevea
Enhances: ocaml
Description: Literate programming tool for Objective Caml
 Literate programming, as defined by Knuth, means to combine program
 code and documentation into one source document from which program
 code and documentation can be extracted. The approach of ocamlweb is
 that documentation is to be included in the program code as special
 comments. The ocamlweb tool extracts from this the documented program
 code as LaTeX document, while no special preprocessing is required to
 compile the source files.