File: control

package info (click to toggle)
libdata-javascript-perl 1.13-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, squeeze, stretch, wheezy
  • size: 96 kB
  • ctags: 5
  • sloc: perl: 133; makefile: 16
file content (24 lines) | stat: -rw-r--r-- 1,076 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
Source: libdata-javascript-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7)
Build-Depends-Indep: perl (>= 5.8.0-7)
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jaldhar H. Vyas <jaldhar@debian.org>,
 Ansgar Burchardt <ansgar@43-1.org>
Standards-Version: 3.8.0
Homepage: http://search.cpan.org/dist/Data-JavaScript/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libdata-javascript-perl/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-javascript-perl/

Package: libdata-javascript-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}
Description: dump perl data structures into JavaScript code
 Data::JavaScript is mainly inteded for CGI programming, when a perl script
 generates a page with client side JavaScript code that needs access to
 structures created on the server.
 .
 It works by creating one line of JavaScript code per datum. Therefore,
 structures cannot be created anonymously and need to be assigned to
 variables. However, this format enables dumping large structures.