File: control

package info (click to toggle)
commons-jci 1.1-6
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 884 kB
  • sloc: java: 4,373; xml: 1,344; jsp: 4; makefile: 2; sh: 1
file content (106 lines) | stat: -rw-r--r-- 3,844 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
Source: commons-jci
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Emmanuel Bourg <ebourg@apache.org>
Build-Depends:
 debhelper-compat (= 12),
 default-jdk,
 default-jdk-doc,
 groovy,
 junit4,
 libasm-java (>= 5.0),
 libcommons-io-java,
 libcommons-lang3-java,
 libcommons-logging-java,
 libeclipse-jdt-core-java,
 libjanino-java (>= 2.6.0),
 libmaven-antrun-plugin-java,
 libmaven-javadoc-plugin-java,
 librhino-java,
 maven-debian-helper
Standards-Version: 4.5.0
Vcs-Git: https://salsa.debian.org/java-team/commons-jci.git
Vcs-Browser: https://salsa.debian.org/java-team/commons-jci
Homepage: http://commons.apache.org/jci/

Package: libcommons-jci-java
Architecture: all
Depends:
 libasm-java (>= 5.0),
 libcommons-io-java,
 libcommons-lang3-java,
 libcommons-logging-java,
 ${misc:Depends}
Description: common Java interface for various compilers - Core and FAM
 Commons JCI is a common Java compiler interface for various compilers.
 .
 It can be used to either compile Java (or any other language that can be
 compiled to Java classes like e.g. Groovy or Javascript) to Java.
 .
 It is integrated with a Java FAM (Filesystem Alteration Monitor)
 that can be used with JCI compiling/reloading classloader.
 .
 This package contains FAM and Core module of Commons JCI.

Package: libcommons-jci-rhino-java
Architecture: all
Depends:
 libcommons-jci-java (= ${source:Version}),
 librhino-java,
 ${misc:Depends}
Description: common Java interface for various compilers - Javascript
 Commons JCI is a common Java compiler interface for various compilers.
 .
 It can be used to either compile Java (or any other language that can be
 compiled to Java classes like e.g. Groovy or Javascript) to Java.
 .
 It is integrated with a Java FAM (Filesystem Alteration Monitor)
 that can be used with JCI compiling/reloading classloader.
 .
 This package contains Rhino compiler (Javascript) module of Commons JCI.

Package: libcommons-jci-groovy-java
Architecture: all
Depends: groovy, libcommons-jci-java (= ${source:Version}), ${misc:Depends}
Description: common Java interface for various compilers - Groovy
 Commons JCI is a common Java compiler interface for various compilers.
 .
 It can be used to either compile Java (or any other language that can be
 compiled to Java classes like e.g. Groovy or Javascript) to Java.
 .
 It is integrated with a Java FAM (Filesystem Alteration Monitor)
 that can be used with JCI compiling/reloading classloader.
 .
 This package contains Groovy compiler module of Commons JCI.

Package: libcommons-jci-janino-java
Architecture: all
Depends:
 libcommons-jci-java (= ${source:Version}),
 libjanino-java (>= 2.6.0),
 ${misc:Depends}
Description: common Java interface for various compilers - Janino
 Commons JCI is a common Java compiler interface for various compilers.
 .
 It can be used to either compile Java (or any other language that can be
 compiled to Java classes like e.g. Groovy or Javascript) to Java.
 .
 It is integrated with a Java FAM (Filesystem Alteration Monitor)
 that can be used with JCI compiling/reloading classloader.
 .
 This package contains Janino compiler module of Commons JCI.

Package: libcommons-jci-eclipse-java
Architecture: all
Depends: libcommons-jci-java (= ${source:Version}), libecj-java, ${misc:Depends}
Description: common Java interface for various compilers - Eclipse JDT
 Commons JCI is a common Java compiler interface for various compilers.
 .
 It can be used to either compile Java (or any other language that can be
 compiled to Java classes like e.g. Groovy or Javascript) to Java.
 .
 It is integrated with a Java FAM (Filesystem Alteration Monitor)
 that can be used with JCI compiling/reloading classloader.
 .
 This package contains Eclipse JDT compiler module of Commons JCI.