1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44
|
Source: camltemplate
Section: ocaml
Priority: optional
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Build-Depends:
ocaml,
ocaml-findlib,
dh-ocaml,
debhelper-compat (= 13)
Standards-Version: 4.6.2
Rules-Requires-Root: no
Homepage: http://camltemplate.forge.ocamlcore.org/
Vcs-Git: https://salsa.debian.org/ocaml-team/camltemplate.git
Vcs-Browser: https://salsa.debian.org/ocaml-team/camltemplate
Package: libcamltemplate-ocaml-dev
Architecture: any
Depends: ${ocaml:Depends}, ${misc:Depends}
Provides: ${ocaml:Provides}
Recommends: ocaml-findlib
Description: 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.
Package: libcamltemplate-ocaml
Architecture: any
Depends: ${ocaml:Depends}, ${misc:Depends}
Provides: ${ocaml:Provides}
Recommends: ocaml-findlib
Description: 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.
|