File: control

package info (click to toggle)
libcommons-jexl-java 1.1-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,092 kB
  • sloc: java: 9,479; xml: 1,341; makefile: 7
file content (27 lines) | stat: -rw-r--r-- 896 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
Source: libcommons-jexl-java
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Onkar Shinde <onkarshinde@ubuntu.com>
Build-Depends:
 ant,
 ant-optional,
 debhelper-compat (= 13),
 default-jdk,
 junit,
 libcommons-logging-java,
 maven-repo-helper
Standards-Version: 4.7.2
Vcs-Git: https://salsa.debian.org/java-team/libcommons-jexl-java.git
Vcs-Browser: https://salsa.debian.org/java-team/libcommons-jexl-java
Homepage: http://commons.apache.org/jexl

Package: libcommons-jexl-java
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: expression language engine
 This library is an expression language engine for easy embedding in
 applications and frameworks. It implements an extended version of the
 Expression Language of the JSTL (Java Standard Tag Library, java server
 related technology).