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
|
Source: libjavascript-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 5), libmozjs-dev, quilt (>= 0.40),
perl (>= 5.8.0-7), libtest-pod-coverage-perl, libtest-pod-perl,
libtest-exception-perl, libinline-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Daniel Ruoso <daniel@ruoso.com>,
Krzysztof Krzyzaniak (eloy) <eloy@debian.org>, Niko Tyni <ntyni@debian.org>,
gregor herrmann <gregoa@debian.org>, Damyan Ivanov <dmn@debian.org>
Standards-Version: 3.7.3
Homepage: http://search.cpan.org/dist/JavaScript/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libjavascript-perl/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libjavascript-perl/
Package: libjavascript-perl
Architecture: any
Depends: ${perl:Depends}, ${shlibs:Depends}
Description: Perl extension for executing embedded JavaScript
Always thought JavaScript was for web only? well, think again...
.
JavaScript.pm gives you the power of embedded JavaScript in your
applications. You can write your subs, classes etc in perl and
bind them to the JavaScript engine. Variables are converted
between the language automatically and you don't have to worry
about that.
|