File: control

package info (click to toggle)
eperl 2.2.14-22
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,320 kB
  • ctags: 748
  • sloc: ansic: 4,692; perl: 584; sh: 556; makefile: 354
file content (26 lines) | stat: -rw-r--r-- 1,018 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
Source: eperl
Section: devel
Priority: optional
Maintainer: Debian WML Packaging Team <pkg-wml-maintainers@lists.alioth.debian.org>
Uploaders: Axel Beckert <abe@debian.org>
Build-Depends: debhelper (>= 9~),
               libperl-dev,
               perl (>= 5.8.1),
               shtool
Standards-Version: 3.9.8
Homepage: http://www.ossp.org/pkg/tool/eperl/
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-wml/eperl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-wml/eperl.git

Package: eperl
Architecture: any
Depends: ${misc:Depends},
         ${perl:Depends},
         ${shlibs:Depends}
Suggests: libapache2-mod-perl2
Description: Embedded Perl 5 Language
 ePerl interprets an ASCII file bristled with Perl 5 program statements by
 evaluating the Perl 5 code while passing through the plain ASCII data. It
 can operate in various ways: As a stand-alone Unix filter or integrated
 Perl 5 module for general file generation tasks and as a powerful Webserver
 scripting language for dynamic HTML page programming.