ocamlweb 1.41-5 source package in Ubuntu

Changelog

ocamlweb (1.41-5) unstable; urgency=medium

  * Team upload
  * Remove Samuel from Uploaders
  * Bump debhelper compat level to 13
  * Add Rules-Requires-Root: no
  * Bump Standards-Version to 4.6.2
  * Depend on ocaml instead of transitional ocaml-nox

 -- Stéphane Glondu <email address hidden>  Sun, 10 Sep 2023 05:54:07 +0200

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
Noble release universe devel
Mantic release universe devel

Downloads

File Size SHA-256 Checksum
ocamlweb_1.41-5.dsc 1.8 KiB b2c3d50af02ed568c5802a5d78f25089df02378103427e4497ab315749a9663c
ocamlweb_1.41.orig.tar.gz 138.5 KiB 5c0221bf8b9166f6369e3756e44abb89e5cb2bc9599345c3a3d65d09ac8ae93d
ocamlweb_1.41-5.debian.tar.xz 9.4 KiB 0888e1e953309ba23a7b4f06c60eba356030e68b00b671f972e7cdb34421f49a

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.