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 107 108 109 110 111 112 113 114 115 116 117 118
|
Source: commons-jci
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Damien Raude-Morvan <drazzib@debian.org>,
Emmanuel Bourg <ebourg@apache.org>
Section: java
Priority: optional
Build-Depends: debhelper (>= 10), default-jdk, maven-debian-helper
Build-Depends-Indep: default-jdk-doc,
groovy,
junit4,
libasm-java (>= 5.0),
libcommons-io-java,
libcommons-lang3-java,
libcommons-logging-java,
libecj-java,
libjanino-java (>= 2.6.0),
libmaven-antrun-plugin-java,
libmaven-javadoc-plugin-java,
librhino-java
Standards-Version: 4.1.2
Vcs-Git: https://anonscm.debian.org/git/pkg-java/commons-jci.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/commons-jci.git
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.
Package: libcommons-jci-java-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Recommends: default-jdk-doc
Suggests: libcommons-jci-java
Description: common Java interface for various compilers - documentation
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 Javadoc API of Commons JCI.
|