ocamlweb 1.37-15 source package in Ubuntu

Changelog

ocamlweb (1.37-15) unstable; urgency=low

  [ Stéphane Glondu ]
  * Team upload
  * Recompile with ocaml 3.12.1

  [ Ralf Treinen ]
  * Removed cruft file debian/rules.debhelper
 -- Ubuntu Archive Auto-Sync <email address hidden>   Thu,  10 Nov 2011 16:42:10 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Precise
Original maintainer:
Debian OCaml Maintainers
Architectures:
all
Section:
devel
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Precise: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
ocamlweb_1.37.orig.tar.gz 119.6 KiB 2b0e8dd4db8fd35d19026b8c55daf7686ba7cc92ee35378a0c66be9e7021054a
ocamlweb_1.37-15.debian.tar.gz 7.6 KiB 083a1415d83d0d0bb49388de29e2260ad9389b836973e3e958de99d19728bec6
ocamlweb_1.37-15.dsc 2.1 KiB 136312de1cc63fcf695182935eac0e0f3fe662f4cdd168ac3d028c936a626f0e

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.