File: control

package info (click to toggle)
libhtml-prototype-perl 1.48-5
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 512 kB
  • ctags: 118
  • sloc: perl: 608; makefile: 4
file content (40 lines) | stat: -rw-r--r-- 1,610 bytes parent folder | download | duplicates (2)
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
Source: libhtml-prototype-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Krzysztof Krzyzaniak (eloy) <eloy@debian.org>,
           Ansgar Burchardt <ansgar@debian.org>,
           Tim Retout <diocles@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 8),
               libmodule-build-perl
Build-Depends-Indep: perl,
                     libtest-pod-perl,
                     libtest-pod-coverage-perl,
                     libclass-accessor-perl,
                     libhtml-tree-perl,
                     libjs-prototype,
                     libjs-scriptaculous
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libhtml-prototype-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libhtml-prototype-perl.git
Homepage: https://metacpan.org/release/HTML-Prototype

Package: libhtml-prototype-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libclass-accessor-perl,
         libhtml-tree-perl,
         libjs-prototype,
         libjs-scriptaculous
Description: module to generate HTML and Javascript for the Prototype library
 HTML::Prototype contains some code generators for Prototype, the famous
 JavaScript OO library and the script.aculous extensions.
 .
 The Prototype library (http://prototype.conio.net/) is designed to make
 AJAX easy. Catalyst::Plugin::Prototype makes it easy to connect to the
 Prototype library.
 .
 This is mostly a port of the Ruby on Rails helper tags for JavaScript
 for use in Catalyst.