Source: ocamlweb Section: ocaml Priority: optional Maintainer: Debian OCaml Maintainers Uploaders: Ralf Treinen , Samuel Mimram Standards-Version: 4.3.0 Build-Depends-Indep: ocaml-nox (>= 3.07) Build-Depends: debhelper-compat (= 12), 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: 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.