ocamlweb 1.37-14build1 source package in Ubuntu

Changelog

ocamlweb (1.37-14build1) oneiric; urgency=low

  * Rebuild to pick up armel ocaml fixes.
 -- Adam Conrad <email address hidden>   Fri, 19 Aug 2011 13:35:11 -0600

Upload details

Uploaded by:
Adam Conrad
Uploaded to:
Oneiric
Original maintainer:
Debian OCaml Maintainers
Architectures:
all
Section:
devel
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Oneiric: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
ocamlweb_1.37.orig.tar.gz 119.6 KiB 2b0e8dd4db8fd35d19026b8c55daf7686ba7cc92ee35378a0c66be9e7021054a
ocamlweb_1.37-14build1.debian.tar.gz 8.1 KiB 56bdee08b0cc7fbcbf84efef4189b9419cd4951cf08b86f111eee1b0f998290a
ocamlweb_1.37-14build1.dsc 1.4 KiB 8566bd772fb33f59cd3ac95bb1ad688315ebfabaef1e56824e3e24cf59b04062

Available diffs

View changes file

Binary packages built by this source

ocamlweb: 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.