File: control

package info (click to toggle)
libcommons-jexl2-java 2.1.1-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,476 kB
  • ctags: 2,079
  • sloc: java: 13,233; xml: 2,008; makefile: 7
file content (48 lines) | stat: -rw-r--r-- 1,682 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
Source: libcommons-jexl2-java
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Emmanuel Bourg <ebourg@apache.org>
Build-Depends:
 debhelper (>= 9),
 default-jdk,
 javahelper,
 maven-debian-helper (>= 2.0.2~)
Build-Depends-Indep:
 default-jdk-doc,
 junit4,
 libbuild-helper-maven-plugin-java,
 libcommons-logging-java,
 libcommons-logging-java-doc,
 libcommons-parent-java (>= 39),
 libjavacc-maven-plugin-java,
 libmaven-bundle-plugin-java,
 libmaven-javadoc-plugin-java
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-java/libcommons-jexl2-java.git
Vcs-Browser: http://anonscm.debian.org/cgit/pkg-java/libcommons-jexl2-java.git
Homepage: http://commons.apache.org/jexl

Package: libcommons-jexl2-java
Architecture: all
Depends: ${misc:Depends}, libcommons-logging-java
Suggests: libcommons-jexl2-java-doc
Description: Apache Commons JEXL - Java Expression Language
 JEXL is a library intended to facilitate the implementation of dynamic and
 scripting features in applications and frameworks written in Java.
 .
 JEXL implements an Expression Language based on some extensions to the JSTL
 Expression Language supporting most of the constructs seen in shell-script
 or ECMAScript.

Package: libcommons-jexl2-java-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}, ${maven:DocDepends}
Recommends: ${maven:DocOptionalDepends}
Suggests: libcommons-jexl2-java
Description: Documentation for Apache Commons JEXL
 The Commons JEXL library is an implementation of the JSTL Expression Language
 with extensions.
 .
 This package contains the API documentation of libcommons-jexl2-java.