File: control

package info (click to toggle)
libjavascript-rpc-perl 0.10-2
  • links: PTS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 136 kB
  • sloc: javascript: 256; perl: 151; makefile: 2
file content (25 lines) | stat: -rw-r--r-- 903 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
Source: libjavascript-rpc-perl
Maintainer: Christoph Biedl <debian.axhn@manchmal.in-ulm.de>
Standards-Version: 4.6.0
Testsuite: autopkgtest-pkg-perl
Build-Depends: debhelper-compat (= 13),
    libcgi-pm-perl,
    libcgi-simple-perl,
    libmodule-build-perl,
    libtest-pod-coverage-perl,
    libtest-pod-perl,
Priority: optional
Rules-Requires-Root: no
Section: perl

Package: libjavascript-rpc-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
Description: Perl module to process Remote procedure calls from JavaScript
 JavaScript::RPC::Server::CGI is a CGI-based server library for use
 with Brent Ashley's JavaScript Remote Scripting (JSRS) client library.
 It works asynchronously and uses DHTML to deal with the payload.
 .
 The most current version (as of the release of this module) of the
 client library as well as a demo application have been included in
 this distribution.