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
7 Package: libperl-ocaml-dev
10 Depends: libperl-ocaml (= ${Source-Version}), ocaml-findlib, ocaml-3.07,
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.
18 perl4caml has both a low-level interface to Perl, and it contains
19 high-level wrappers around some CPAN libraries.
21 This package contains development interfaces, and documentation.
23 Package: libperl-ocaml
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.
33 perl4caml has both a low-level interface to Perl, and it contains
34 high-level wrappers around some CPAN libraries.