File: control

package info (click to toggle)
libinline-perl 0.43-3
  • links: PTS
  • area: main
  • in suites: woody
  • size: 412 kB
  • ctags: 107
  • sloc: perl: 3,584; makefile: 42
file content (25 lines) | stat: -rw-r--r-- 1,045 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
Source: libinline-perl
Section: interpreters
Priority: optional
Build-Depends-Indep: debhelper (>= 3.0.4), c-compiler, libdigest-md5-perl, libparse-recdescent-perl
Maintainer: Joey Hess <joeyh@debian.org>
Standards-Version: 3.5.6.0

Package: libinline-perl
Architecture: all
Recommends: c-compiler
Depends: ${perl:Depends}, libdigest-md5-perl, libparse-recdescent-perl
Description: Write Perl subroutines in other programming languages
 The Inline module allows you to put source code from other
 programming languages directly "inline" in a Perl script
 or module. The code is automatically compiled as needed,
 and then loaded for immediate access from Perl.
 .
 Inline saves you from the hassle of having to write and
 compile your own glue code using facilities like XS or
 SWIG. Simply type the code where you want it and run your
 Perl as normal. All the hairy details are handled for you.
 The compilation and installation of your code chunks all
 happen transparently; all you will notice is the delay of
 compilation on the first run.