ocamlweb 1.39-5build1 source package in Ubuntu

Changelog

ocamlweb (1.39-5build1) artful; urgency=high

  * No change rebuild against ocaml 4.04 transition.

 -- Dimitri John Ledkov <email address hidden>  Mon, 26 Jun 2017 22:49:32 +0100

Upload details

Uploaded by:
Dimitri John Ledkov
Uploaded to:
Artful
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
devel
Urgency:
Very Urgent

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Artful: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ocamlweb_1.39.orig.tar.gz 138.5 KiB c52a7bff5fc9535829a0bdf0345c35590dddb4c020095bff6c62fdcb16102b07
ocamlweb_1.39-5build1.debian.tar.xz 8.2 KiB 8090bca24d3ae5653b095a1844e47319267b81d1ad2389849bdae7a12dd14eeb
ocamlweb_1.39-5build1.dsc 1.8 KiB 534885e51c20cc049bb7fb6179df38368ade49317a13cf712238b94f92533cf7

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.