Synched debian/ subdirectory with John Goerzen's arch repo.
[perl4caml.git] / debian / control
1 Source: perl4caml
2 Priority: optional
3 Maintainer: John Goerzen <jgoerzen@complete.org>
4 Build-Depends: debhelper (>= 4.0.0), libperl-dev, perl-modules, perl-base (>= 5.8), perl (>= 5.8), ocaml-nox (>= 3.08)
5 Standards-Version: 3.6.0
6
7 Package: libperl4caml-ocaml-dev
8 Section: libdevel
9 Architecture: any
10 Suggests: libperl4caml-ocaml-doc
11 Depends: libperl4caml-ocaml (= ${Source-Version})
12 Description: Use Perl code in OCaml programs, development files
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  This package provides the tools necessary to use perl4caml in your own
19  programs.  To get the documentation, please install libperl4caml-ocaml-doc.
20
21 Package: libperl4caml-ocaml
22 Section: libs
23 Architecture: any
24 Depends: ${shlibs:Depends}, ${misc:Depends}, ocaml-base-nox (>= 3.08)
25 Description: Use Perl code in OCaml programs, runtime library
26  perl4caml allows you to use Perl code within Objective CAML (OCaml),
27  thus neatly side-stepping the old problem with OCaml which was that it
28  lacked a comprehensive set of libraries. Well now you can use any part
29  of CPAN in your OCaml code.
30  .
31  This package provides the runtime dynamic library necessary to use this
32  in bytecode OCaml programs.
33
34 Package: libperl4caml-ocaml-doc
35 Section: doc
36 Architecture: all
37 Description: Use Perl code in OCaml programs, documentation
38  perl4caml allows you to use Perl code within Objective CAML (OCaml),
39  thus neatly side-stepping the old problem with OCaml which was that it
40  lacked a comprehensive set of libraries. Well now you can use any part
41  of CPAN in your OCaml code.
42  .
43  This package provides developers' documentation and examples about the
44  use of perl4caml.