ocamlweb 1.41-2 source package in Ubuntu

Changelog

ocamlweb (1.41-2) unstable; urgency=medium

  * Team upload
  * Fix compilation with OCaml 4.08.0

 -- Stéphane Glondu <email address hidden>  Fri, 06 Sep 2019 09:55:52 +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

Eoan: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ocamlweb_1.41-2.dsc 1.8 KiB c4691d1e93f2dd16654ef77744297194cb0718c0e8d988dbea0b83801bf94ec5
ocamlweb_1.41.orig.tar.gz 138.5 KiB 5c0221bf8b9166f6369e3756e44abb89e5cb2bc9599345c3a3d65d09ac8ae93d
ocamlweb_1.41-2.debian.tar.xz 9.2 KiB 06e42e2e4bd127646f053b95bdab576729043ed4490b8c972893803bf711b58f

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.