camltemplate 1.0.2-4 source package in Ubuntu

Changelog

camltemplate (1.0.2-4) unstable; urgency=medium

  * Team upload
  * Bump debhelper compat level to 13
  * Bump Standards-Version to 4.6.2
  * Add Rules-Requires-Root: no

 -- Stéphane Glondu <email address hidden>  Tue, 08 Aug 2023 09:07:56 +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
Mantic release universe ocaml

Downloads

File Size SHA-256 Checksum
camltemplate_1.0.2-4.dsc 1.8 KiB c9868a478a960d753b392f35d1cc7a2ab586be4b808251d896735511cd0ba9f6
camltemplate_1.0.2.orig.tar.gz 159.0 KiB 0f9d0c0aa56a1091f142683484c864e8f31b47aa93fec690b3976a6920a191d5
camltemplate_1.0.2-4.debian.tar.xz 3.7 KiB da0f13d20e75d7392ac06c63113af095059cd229fa18d219a93d04d3921d9909

No changes file available.

Binary packages built by this source

libcamltemplate-ocaml: configurable library for generating text from templates in OCaml

 CamlTemplate is a library for generating text from templates in OCaml. It can
 be used to generate web pages, scripts, SQL queries, XML documents and other
 sorts of text.
 .
 This library defines a small templating language, with basic operations like
 #if or #foreach. To use this library you need to configure the data source
 that will be used in the template with the templating language.
 .
 This package contains the shared runtime libraries.

libcamltemplate-ocaml-dev: configurable library for generating text from templates in OCaml

 CamlTemplate is a library for generating text from templates in OCaml. It can
 be used to generate web pages, scripts, SQL queries, XML documents and other
 sorts of text.
 .
 This library defines a small templating language, with basic operations like
 #if or #foreach. To use this library you need to configure the data source
 that will be used in the template with the templating language.