ocamlweb 1.41-4 source package in Ubuntu

Changelog

ocamlweb (1.41-4) unstable; urgency=medium

  * Make this package Architecture=any
    - Upstream's makefile decides when we can compile to native code
    - Add ${shlibs:Depends} to Depends
    - Merge Build-Depends-Indep into Build-Depends
  * Add texlive-fonts-recommended to Recommends, and to the Depends of the
    test "source" (closes: #951241).
  * Standards-Version 4.5.0 (no change)

 -- Ralf Treinen <email address hidden>  Fri, 14 Feb 2020 08:23:10 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
ocamlweb_1.41-4.dsc 2.1 KiB e1fc0d6ddd04762e6c7bd017a80d09b378151bbf45f4501a1440059453543bcf
ocamlweb_1.41.orig.tar.gz 138.5 KiB 5c0221bf8b9166f6369e3756e44abb89e5cb2bc9599345c3a3d65d09ac8ae93d
ocamlweb_1.41-4.debian.tar.xz 9.3 KiB f4b010eff91b8a3e26741cb49fd0c225c868ad68d412890f54097aaef59a1be3

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.