ocamlweb 1.39-3 source package in Ubuntu

Changelog

ocamlweb (1.39-3) unstable; urgency=medium

  * Team upload
  * Recompile with OCaml 4.02.3

 -- Stéphane Glondu <email address hidden>  Sat, 10 Oct 2015 07:51:24 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ocamlweb_1.39-3.dsc 2.1 KiB f6e4ce76df84756e14df8bb554fdeba9082f207370281318bcc40a260afe8354
ocamlweb_1.39.orig.tar.gz 138.5 KiB c52a7bff5fc9535829a0bdf0345c35590dddb4c020095bff6c62fdcb16102b07
ocamlweb_1.39-3.debian.tar.xz 8.1 KiB 356a2195b17de4d9b9b221e33534f66ec6b874f4f135bc5de0f8e5425c44a6c5

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.