File: control

package info (click to toggle)
libmojolicious-plugin-renderfile-perl 0.12-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 96 kB
  • ctags: 4
  • sloc: perl: 70; makefile: 8
file content (21 lines) | stat: -rw-r--r-- 940 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
Source: libmojolicious-plugin-renderfile-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Hideki Yamane <henrich@debian.org>
Build-Depends: debhelper (>= 10)
Build-Depends-Indep: libmojolicious-perl (>= 5.78),
 perl
Standards-Version: 4.1.1
Homepage: https://metacpan.org/release/Mojolicious-Plugin-RenderFile
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libmojolicious-plugin-renderfile-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libmojolicious-plugin-renderfile-perl.git

Package: libmojolicious-plugin-renderfile-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
 libmojolicious-perl (>= 5.78)
Description: "render_file" helper for Mojolicious
 Mojolicious::Plugin::RenderFile is a Mojolicious plugin that adds
 "render_file" helper. It does not read file in memory and just streaming it
 to a client.