File: control

package info (click to toggle)
libinline-java-perl 0.66-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 724 kB
  • sloc: perl: 3,811; java: 2,621; makefile: 36
file content (36 lines) | stat: -rw-r--r-- 1,288 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
Source: libinline-java-perl
Section: perl
Priority: optional
Build-Depends: cdbs (>= 0.4.122~),
 devscripts,
 perl,
 debhelper,
 dh-buildinfo,
 libinline-perl (>= 0.68),
 default-jdk,
 chrpath
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr@jones.dk>
Standards-Version: 4.1.5
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libinline-java-perl.git
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libinline-java-perl
Homepage: https://metacpan.org/release/Inline-Java
Testsuite: autopkgtest-pkg-perl

Package: libinline-java-perl
Architecture: any
Depends: ${cdbs:Depends},
 ${misc:Depends},
 ${perl:Depends},
 ${shlibs:Depends}
Description: write Perl classes in Java
 The Inline::Java module allows you to put Java source code
 directly "inline" in a Perl script or module.  A Java compiler
 is launched and the Java code is compiled.  Then Perl asks the
 Java classes what public methods have been defined.  These classes
 and methods are available to the Perl program as if they had been
 written in Perl.
 .
 The process of interrogating the Java classes for public methods
 occurs the first time you run your Java code.  The namespace is
 cached, and subsequent calls use the cached version.