File: control

package info (click to toggle)
rhino 1.7.7.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 30,992 kB
  • sloc: java: 90,519; perl: 3,469; sh: 1,362; xml: 736; makefile: 60
file content (58 lines) | stat: -rw-r--r-- 2,030 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
Source: rhino
Section: interpreters
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Marcus Better <marcus@better.se>,
           Damien Raude-Morvan <drazzib@debian.org>,
           Jakub Adam <jakub.adam@ktknet.cz>
Build-Depends: ant,
               debhelper (>= 10),
               default-jdk,
               javahelper,
               maven-repo-helper
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-java/rhino.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/rhino.git
Homepage: http://www.mozilla.org/rhino/

Package: rhino
Architecture: all
Depends: default-jre-headless (>= 1:1.6) | java6-runtime-headless,
         libjline-java,
         librhino-java (= ${source:Version}),
         ${misc:Depends}
Suggests: librhino-java-doc
Description: JavaScript engine written in Java
 Rhino is an implementation of the JavaScript language written
 entirely in Java. It is typically embedded into Java applications to
 provide scripting to end users.

Package: librhino-java
Section: java
Architecture: all
Replaces: rhino (<< 1.7R3~pre-2)
Conflicts: rhino (<< 1.7R3~pre-2)
Depends: ${misc:Depends}
Suggests: rhino
Description: Libraries for rhino Java Script Engine
 Rhino is an implementation of the JavaScript language written
 entirely in Java. It is typically embedded into Java applications to
 provide scripting to end users.
 .
 This package contains only Java library and no interpreter. For
 Rhino interpreter, you install rhino package.

Package: librhino-java-doc
Section: doc
Architecture: all
Replaces: rhino-doc (<< 1.7R3~pre-2)
Conflicts: rhino-doc (<< 1.7R3~pre-2)
Depends: ${misc:Depends}
Suggests: rhino
Description: Documentation for rhino Java Script Engine
 Rhino is an implementation of the JavaScript language written
 entirely in Java. It is typically embedded into Java applications to
 provide scripting to end users.
 .
 This is the documentation, including API JavaDoc, for the Rhino
 JavaScript engine.