ocamlweb 1.38-2 source package in Ubuntu

Changelog

ocamlweb (1.38-2) unstable; urgency=low


  [Sylvain Le Gall ]
  * Remove Sylvain Le Gall from uploaders

  [ Ralf Treinen ]
  * Standards-Version 3.9.5 (no change)
  * Recompile with ocaml 4.01.0 (no source change)

 -- Ralf Treinen <email address hidden>  Tue, 03 Dec 2013 21:42:31 +0100

Upload details

Uploaded by:
Debian OCaml Maintainers
Uploaded to:
Sid
Original maintainer:
Debian OCaml Maintainers
Architectures:
all
Section:
ocaml
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
ocamlweb_1.38-2.dsc 2.0 KiB d4b30decf1c19f736efbd8bc967c75dd95999914c94bfa45b41ee30664c2cff2
ocamlweb_1.38.orig.tar.gz 140.6 KiB 0aef852953fc21517ba1b05e0ca3f4db1368780c191e999a3742193c5534696d
ocamlweb_1.38-2.debian.tar.gz 7.9 KiB f8602e2ea1387ccb1ffcfb1108215dace1a9b5d79ea1e3887f17d1b13b249c17

Available diffs

No changes file available.

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.