File: control

package info (click to toggle)
libcatalyst-plugin-static-simple-perl 0.37-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 312 kB
  • sloc: perl: 519; makefile: 2
file content (39 lines) | stat: -rw-r--r-- 1,751 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
Source: libcatalyst-plugin-static-simple-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Damyan Ivanov <dmn@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libcatalyst-perl <!nocheck>,
                     libmime-types-perl <!nocheck>,
                     libmoose-perl <!nocheck>,
                     libnamespace-autoclean-perl <!nocheck>,
                     perl
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libcatalyst-plugin-static-simple-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libcatalyst-plugin-static-simple-perl.git
Homepage: https://metacpan.org/release/Catalyst-Plugin-Static-Simple
Rules-Requires-Root: no

Package: libcatalyst-plugin-static-simple-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libcatalyst-perl,
         libmime-types-perl,
         libmoose-perl,
         libnamespace-autoclean-perl
Description: Catalyst plugin for easy serving of static pages
 Catalyst::Plugin::Static::Simple is designed to make serving static content
 in your application during development quick and easy, without requiring a
 single line of code from you.
 .
 This plugin detects static files by looking at the file extension in the URL
 (such as .css or .png or .js). The plugin uses the lightweight MIME::Types
 module to map file extensions to IANA-registered MIME types, and will serve
 your static files with the correct MIME type directly to the browser, without
 being processed through Catalyst.
 .
 Catalyst is an elegant Model-View-Controller web application framework
 written in Perl.