File: control

package info (click to toggle)
libtitanium-perl 1.04-4
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 208 kB
  • ctags: 2
  • sloc: perl: 23; makefile: 2
file content (49 lines) | stat: -rw-r--r-- 2,176 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
46
47
48
49
Source: libtitanium-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jaldhar H. Vyas <jaldhar@debian.org>,
           Nathan Handler <nhandler@debian.org>,
           Jonathan Yu <jawnsy@cpan.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 8),
               libmodule-build-perl
Build-Depends-Indep: perl,
                     libtest-pod-perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libtitanium-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtitanium-perl.git
Homepage: https://metacpan.org/release/Titanium

Package: libtitanium-perl
Architecture: all
Depends: ${perl:Depends},
         ${misc:Depends},
         libcgi-application-perl (>= 4.50-1),
         libcgi-application-server-perl,
         libcgi-application-dispatch-perl,
         libcgi-application-plugin-autorunmode-perl,
         libcgi-application-plugin-configauto-perl,
         libcgi-application-plugin-dbh-perl,
         libcgi-application-plugin-devpopup-perl,
         libcgi-application-plugin-fillinform-perl,
         libcgi-application-plugin-forward-perl,
         libcgi-application-plugin-logdispatch-perl,
         libcgi-application-plugin-session-perl,
         libcgi-application-plugin-stream-perl,
         libcgi-application-plugin-validaterm-perl,
         libcgi-application-plugin-viewcode-perl,
         libmodule-starter-plugin-cgiapp-perl,
         libtest-www-mechanize-cgiapp-perl
Description: strong, lightweight web application framework for Perl
 Titanium is solid and mature. While it has a new name, the reality is 
 that Titanium is simply a more user-friendly packaging of the mature 
 CGI::Application framework and some useful plugins.
 .
 Titanium is lightweight; it has a light core and the plugins it uses employ
 lazy-loading whenever possible. It runs well in a plain CGI environment and
 provides excellent performance in a persistent environment such as FastCGI
 or mod_perl.
 .
 Applications are compatible with plugins for CGI::Application, so you can add
 additional features as your needs evolve.