./wip/ocamlweb, Ocamlweb is a literate programming tool for Objective Caml

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.37, Package name: ocamlweb-1.37, Maintainer: kamel.derouiche

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.


Required to run:
[textproc/hevea] [lang/ocaml] [print/kpathsea]

Required to build:
[pkgtools/cwrappers]

Master sites:

RMD160: cadcad4ac7fc55c99c18cc6e43d0e0b6c70b9844
Filesize: 119.555 KB

Version history: (Expand)


CVS history: (Expand)


   2012-10-03 23:32:45 by Aleksej Saushev | Files touched by this commit (49)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
   2009-09-07 16:12:27 by Kamel Derouiche | Files touched by this commit (5) | Imported package
Log message:
Import ocamlweb-1.37 as wip/ocamlweb.

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.