File: control

package info (click to toggle)
ocamlweb 1.39-5
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 800 kB
  • ctags: 837
  • sloc: ml: 5,780; sh: 1,756; makefile: 214
file content (31 lines) | stat: -rw-r--r-- 1,301 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
Source: ocamlweb
Section: ocaml
Priority: optional
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Uploaders:
 Ralf Treinen <treinen@debian.org>,
 Samuel Mimram <smimram@debian.org>
Standards-Version: 3.9.8
Build-Depends-Indep: ocaml-nox (>= 3.07)
Build-Depends: debhelper (>= 10),
 tex-common,
 dh-ocaml (>= 0.9~)
Vcs-Git: https://anonscm.debian.org/git/pkg-ocaml-maint/packages/ocamlweb.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ocaml-maint/packages/ocamlweb.git
Homepage: http://www.lri.fr/~filliatr/ocamlweb/index.en.html

Package: ocamlweb
Architecture: all
Depends: ${ocaml:Depends}, ${misc:Depends}
# texlive-latex-extra for fullpage.sty, texlive-latex-base for latex.
Recommends: texlive-latex-extra, texlive-latex-base
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.