File: control

package info (click to toggle)
libcommons-jexl-java 1.1-3.1
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 1,112 kB
  • sloc: java: 9,479; xml: 1,341; makefile: 20
file content (22 lines) | stat: -rw-r--r-- 820 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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: cdbs, debhelper (>= 7)
Build-Depends-Indep: ant,
                     default-jdk,
                     junit,
                     libcommons-logging-java,
                     maven-repo-helper
Standards-Version: 3.9.2
Homepage: http://commons.apache.org/jexl

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