File: control

package info (click to toggle)
janino 2.7.0-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 3,380 kB
  • ctags: 4,569
  • sloc: java: 33,295; xml: 579; sh: 140; makefile: 19; perl: 11
file content (55 lines) | stat: -rw-r--r-- 2,326 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
Source: janino
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Philipp Hagemeister <ubuntu@phihag.de>,
           Damien Raude-Morvan <drazzib@debian.org>
Standards-Version: 3.9.6
Build-Depends: debhelper (>= 9), javahelper, maven-repo-helper
Build-Depends-Indep: ant, default-jdk, unzip
Homepage: http://janino.net
Vcs-Git: git://anonscm.debian.org/pkg-java/janino.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-java/janino.git

Package: janino
Architecture: all
Depends: libjanino-java, ${misc:Depends}
Recommends: default-jre-headless | java6-runtime-headless
Description: runtime compiler for Java expressions - binary
 Janino is a compiler that reads a Java expression, block, class body,
 source file or a set of source files, and generates Java bytecode that is
 loaded and executed directly. Janino is not intended to be a development tool,
 but an embedded compiler for run-time compilation purposes, e.g. expression
 evaluators or embedded code as with JSP.
 .
 This package contains the janinoc tool.

Package: libjanino-java
Architecture: all
Depends: ${misc:Depends}
Suggests: libjanino-java-doc
Replaces: janino (<< 2.6.1-1~)
Breaks: janino (<< 2.6.1-1~)
Description: runtime compiler for Java expressions - library
 Janino is a compiler that reads a Java expression, block, class body,
 source file or a set of source files, and generates Java bytecode that is
 loaded and executed directly. Janino is not intended to be a development tool,
 but an embedded compiler for run-time compilation purposes, e.g. expression
 evaluators or embedded code as with JSP.
 .
 This package contains Java library.

Package: libjanino-java-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Replaces: janino (<< 2.6.1-1~)
Breaks: janino (<< 2.6.1-1~)
Description: runtime compiler for Java expressions - documentation
 Janino is a compiler that reads a Java expression, block, class body,
 source file or a set of source files, and generates Java bytecode that is
 loaded and executed directly. Janino is not intended to be a development tool,
 but an embedded compiler for run-time compilation purposes, e.g. expression
 evaluators or embedded code as with JSP.
 .
 This package contains Java library documentation as Javadoc.