File: control

package info (click to toggle)
camltemplate 1.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch, wheezy
  • size: 912 kB
  • sloc: ml: 2,427; makefile: 299; sh: 51
file content (45 lines) | stat: -rw-r--r-- 1,818 bytes parent folder | download
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
45
Source: camltemplate
Section: ocaml
Priority: optional
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Uploaders:
  Sylvain Le Gall <gildor@debian.org>
Build-Depends:
  ocaml-nox (>= 3.11.1-3~),
  ocaml-findlib,
  dh-ocaml (>= 0.9~),
  debhelper (>= 7.0.50~)
Standards-Version: 3.9.1
Homepage: http://camltemplate.forge.ocamlcore.org/
Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/camltemplate.git
Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/camltemplate.git

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.