Contributed Template Toolkit wrapper.
[perl4caml.git] / debian / control
1 Source: perl4caml
2 Priority: optional
3 Maintainer: Richard W.M. Jones <rich@annexia.org>
4 Build-Depends: debhelper (>= 4.0.0), ocaml-findlib, ocaml-3.07, libperl-dev
5 Standards-Version: 3.6.0
6
7 Package: libperl-ocaml-dev
8 Section: devel
9 Architecture: any
10 Depends: libperl-ocaml (= ${Source-Version}), ocaml-findlib, ocaml-3.07,
11  libperl-dev
12 Description: allows you to use Perl code within Objective CAML (OCaml)
13  perl4caml allows you to use Perl code within Objective CAML (OCaml),
14  thus neatly side-stepping the old problem with OCaml which was that it
15  lacked a comprehensive set of libraries. Well now you can use any part
16  of CPAN in your OCaml code.
17  .
18  perl4caml has both a low-level interface to Perl, and it contains
19  high-level wrappers around some CPAN libraries.
20  .
21  This package contains development interfaces, and documentation.
22
23 Package: libperl-ocaml
24 Section: libs
25 Architecture: any
26 Depends: libperl5.8, ocaml-base-3.07
27 Description: allows you to use Perl code within Objective CAML (OCaml)
28  perl4caml allows you to use Perl code within Objective CAML (OCaml),
29  thus neatly side-stepping the old problem with OCaml which was that it
30  lacked a comprehensive set of libraries. Well now you can use any part
31  of CPAN in your OCaml code.
32  .
33  perl4caml has both a low-level interface to Perl, and it contains
34  high-level wrappers around some CPAN libraries.