File: control

package info (click to toggle)
libcommons-jexl2-java 2.1.1-5
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,480 kB
  • sloc: java: 13,234; xml: 2,008; makefile: 5
file content (32 lines) | stat: -rw-r--r-- 1,171 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
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-compat (= 13),
 default-jdk,
 javahelper,
 junit4,
 libbuild-helper-maven-plugin-java,
 libcommons-logging-java,
 libcommons-parent-java (>= 39),
 libjavacc-maven-plugin-java,
 libmaven-bundle-plugin-java,
 libmaven-javadoc-plugin-java,
 maven-debian-helper (>= 2.0.2~)
Standards-Version: 4.5.1
Vcs-Git: https://salsa.debian.org/java-team/libcommons-jexl2-java.git
Vcs-Browser: https://salsa.debian.org/java-team/libcommons-jexl2-java
Homepage: https://commons.apache.org/jexl

Package: libcommons-jexl2-java
Architecture: all
Depends: libcommons-logging-java, ${misc:Depends}
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.