ocamlweb 1.41-3 source package in Ubuntu

Changelog

ocamlweb (1.41-3) unstable; urgency=medium

  * Team upload
  * Recompile with OCaml 4.08.1

 -- Stéphane Glondu <email address hidden>  Tue, 05 Nov 2019 09:46:19 +0100

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

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ocamlweb_1.41-3.dsc 1.8 KiB 79e607efebb6db75fdfdee1429318644ba557347bb24a75d176e505cb64b4ec3
ocamlweb_1.41.orig.tar.gz 138.5 KiB 5c0221bf8b9166f6369e3756e44abb89e5cb2bc9599345c3a3d65d09ac8ae93d
ocamlweb_1.41-3.debian.tar.xz 9.2 KiB 368c2824bb695f8e833130d38d7e69267519a77b3ee1b7d51e3d5f2c1bc672ce

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.