File: control

package info (click to toggle)
perl4caml 0.9.3-7
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 380 kB
  • ctags: 571
  • sloc: ml: 1,525; ansic: 934; makefile: 226; sh: 52; perl: 45
file content (45 lines) | stat: -rw-r--r-- 2,034 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: perl4caml
Priority: optional
Section: libdevel
Maintainer: Mike Furr <mfurr@debian.org>
Build-Depends: debhelper (>= 4.0.0), libperl-dev, perl-modules, perl-base (>= 5.8), perl (>= 5.8), ocaml-nox (>= 3.09.2), dpatch
Standards-Version: 3.7.2

Package: libperl4caml-ocaml-dev
Section: libdevel
Architecture: any
Suggests: libperl4caml-ocaml-doc, libwww-perl, libcrypt-ssleay-perl, libtimedate-perl, libwww-mechanize-perl
Depends: libperl4caml-ocaml (= ${Source-Version}), libnet-google-perl, libhtml-tree-perl, liburi-perl, libtemplate-perl, libdate-calc-perl, 
Description: Use Perl code in OCaml programs, development files
 perl4caml allows you to use Perl code within Objective CAML (OCaml),
 thus neatly side-stepping the old problem with OCaml which was that it
 lacked a comprehensive set of libraries. Well now you can use any part
 of CPAN in your OCaml code.
 .
 This package provides the tools necessary to use perl4caml in your own
 programs.  To get the documentation, please install libperl4caml-ocaml-doc.

Package: libperl4caml-ocaml
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ocaml-base-nox-${F:OCamlABI}
Description: Use Perl code in OCaml programs, runtime library
 perl4caml allows you to use Perl code within Objective CAML (OCaml),
 thus neatly side-stepping the old problem with OCaml which was that it
 lacked a comprehensive set of libraries. Well now you can use any part
 of CPAN in your OCaml code.
 .
 This package provides the runtime dynamic library necessary to use this
 in bytecode OCaml programs.

Package: libperl4caml-ocaml-doc
Section: doc
Architecture: all
Description: Use Perl code in OCaml programs, documentation
 perl4caml allows you to use Perl code within Objective CAML (OCaml),
 thus neatly side-stepping the old problem with OCaml which was that it
 lacked a comprehensive set of libraries. Well now you can use any part
 of CPAN in your OCaml code.
 .
 This package provides developers' documentation and examples about the
 use of perl4caml.